update(test): add more flow tests

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-04 15:42:18 +01:00
parent eab715b13a
commit aa72527ad2
3 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -59,6 +59,6 @@ export default defineConfig({
}),
],
optimizeDeps: {
include: ['vue', '@vueuse/core', '@braks/revue-draggable'],
include: ['vue', '@vueuse/core', '@braks/revue-draggable', 'd3-zoom', 'd3-selection'],
},
})