From 0373dae236141c4919cb6414a6cbaa2d2f63f864 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 3 Jun 2022 19:18:47 +0200 Subject: [PATCH] tests: update import path for utils --- e2e/cypress/integration/1-store/setElements.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/cypress/integration/1-store/setElements.spec.ts b/e2e/cypress/integration/1-store/setElements.spec.ts index f446d749..57c0e8a7 100644 --- a/e2e/cypress/integration/1-store/setElements.spec.ts +++ b/e2e/cypress/integration/1-store/setElements.spec.ts @@ -1,6 +1,6 @@ import type { Edge, Node, SetState, VueFlowStore } from '@braks/vue-flow' import { isEdge, isNode, useVueFlow } from '@braks/vue-flow' -import { getElements } from '../../../../examples/src/Stress/utils' +import { getElements } from '../../../../examples/vite/src/Stress/utils' describe('test store action setElements', () => { const setElements = async (setState: SetState) => {