Merge pull request #13612 from Budibase/search-test-options
Search tests for FieldType.OPTIONS
This commit is contained in:
commit
fadb6000eb
|
@ -508,7 +508,7 @@ describe.each([
|
|||
})
|
||||
})
|
||||
|
||||
describe("array of strings", () => {
|
||||
describe.each([FieldType.ARRAY, FieldType.OPTIONS])("%s", () => {
|
||||
beforeAll(async () => {
|
||||
await createTable({
|
||||
numbers: {
|
||||
|
|
Loading…
Reference in New Issue