diff --git a/e2e/package.json b/e2e/package.json index 9445d2c8..2449fd18 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -23,11 +23,11 @@ "exec-no-binary:js": "xvfb-maybe wdio run ./wdio.no-binary.conf.js", "exec-no-binary:main": "xvfb-maybe wdio run ./wdio.no-binary.conf.ts", "exec-no-binary:multiremote": "xvfb-maybe wdio run ./wdio.no-binary.multiremote.conf.ts", - "exec-no-binary:standalone": "xvfb-maybe tsx ./standalone/api.no-binary.spec.ts", + "exec-no-binary:standalone": "xvfb-maybe tsx ./test/standalone/api.no-binary.spec.ts", "exec:js": "xvfb-maybe wdio run ./wdio.conf.js", "exec:main": "xvfb-maybe wdio run ./wdio.conf.ts", "exec:multiremote": "xvfb-maybe wdio run ./wdio.multiremote.conf.ts", - "exec:standalone": "xvfb-maybe tsx ./standalone/api.spec.ts", + "exec:standalone": "xvfb-maybe tsx ./test/standalone/api.spec.ts", "exec:standalone:local": "cd .. && pnpm build && cd - && shx rm -rf ./node_modules && pnpm i && pnpm test:standalone" }, "dependencies": {