Merge pull request #13612 from Budibase/search-test-options

Search tests for FieldType.OPTIONS
This commit is contained in:
Sam Rose 2024-05-03 17:04:26 +01:00 committed by GitHub
commit fadb6000eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ describe.each([
})
})
describe("array of strings", () => {
describe.each([FieldType.ARRAY, FieldType.OPTIONS])("%s", () => {
beforeAll(async () => {
await createTable({
numbers: {