1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

fix bindable test

This commit is contained in:
Martin McKeaveney 2021-01-18 15:54:25 +00:00
parent c91e442fee
commit 1c804bcbc4

View file

@ -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 }
}