1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

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

View file

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