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

Merge pull request #13611 from Budibase/search-tests-longform

Search tests for FieldType.LONGFORM
This commit is contained in:
Sam Rose 2024-05-03 17:04:15 +01:00 committed by GitHub
commit 48cc0e928f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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