1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Test FieldType.LONGFORM

This commit is contained in:
Sam Rose 2024-05-03 16:11:26 +01:00
parent 5781a89b02
commit 1330fe04ab
No known key found for this signature in database

View file

@ -156,7 +156,7 @@ describe.each([
return expectSearch({ query })
}
describe("strings", () => {
describe.each([FieldType.STRING, FieldType.LONGFORM])("%s", () => {
beforeAll(async () => {
await createTable({
name: { name: "name", type: FieldType.STRING },