lint
This commit is contained in:
parent
b06074128f
commit
d9b685811d
|
@ -121,7 +121,7 @@ describe("utils", () => {
|
||||||
name: "aicol",
|
name: "aicol",
|
||||||
type: FieldType.AI,
|
type: FieldType.AI,
|
||||||
operation: AIOperationEnum.PROMPT,
|
operation: AIOperationEnum.PROMPT,
|
||||||
prompt: "Test prompt"
|
prompt: "Test prompt",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
@ -129,7 +129,7 @@ describe("utils", () => {
|
||||||
const data = [
|
const data = [
|
||||||
{ name: "Alice", aicol: "test" },
|
{ name: "Alice", aicol: "test" },
|
||||||
{ name: "Bob", aicol: "test" },
|
{ name: "Bob", aicol: "test" },
|
||||||
{ name: "Claire", aicol: "test" }
|
{ name: "Claire", aicol: "test" },
|
||||||
]
|
]
|
||||||
|
|
||||||
const result = await importToRows(data, table, config.user?._id)
|
const result = await importToRows(data, table, config.user?._id)
|
||||||
|
|
Loading…
Reference in New Issue