We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eb8ac commit 88eb41fCopy full SHA for 88eb41f
package.json
@@ -19,7 +19,7 @@
19
"version": "scripts/cli version",
20
"test": "yarn test:unit:watch",
21
"test:unit": "karma start ./test/unit/karma.local.conf.js",
22
- "test:script": "node --test --experimental-test-module-mocks './scripts/**/*.spec.*'",
+ "test:script": "yarn build && node --test --experimental-test-module-mocks './scripts/**/*.spec.*'",
23
"test:unit:watch": "yarn test:unit --no-single-run",
24
"test:unit:bs": "node ./scripts/test/bs-wrapper.js karma start test/unit/karma.bs.conf.js",
25
"test:e2e": "yarn build && (cd test/app && rm -rf node_modules && yarn && yarn build) && wdio test/e2e/wdio.local.conf.ts",
0 commit comments