Browse Source

fix bindable test

pull/993/head
Martin McKeaveney 5 years ago
parent
commit
1c804bcbc4
  1. 4
      packages/builder/tests/fetchBindableProperties.spec.js

4
packages/builder/tests/fetchBindableProperties.spec.js

@ -224,6 +224,8 @@ const testData = () => {
},
]
const queries = []
const components = {
"@budibase/standard-components/container": {
props: {},
@ -247,5 +249,5 @@ const testData = () => {
},
}
return { screen, tables, components }
return { screen, tables, components, queries }
}

Loading…
Cancel
Save