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
1 changed files with 1 additions and 1 deletions

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 },