diff --git a/packages/builder/tests/fetchBindableProperties.spec.js b/packages/builder/tests/fetchBindableProperties.spec.js index 7f4c895ff9..0122573307 100644 --- a/packages/builder/tests/fetchBindableProperties.spec.js +++ b/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 } }