We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aaccc5 commit b7e410bCopy full SHA for b7e410b
test/end-to-end/package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"build": "node ../../bin/stencil build --config ./stencil.build.config.ts --docs",
10
"start": "node ../../bin/stencil build --debug --watch --dev --serve",
11
- "test": "node ../../bin/stencil test --ci --e2e --spec --screenshot --debug -u",
+ "test": "node ../../bin/stencil test --ci --e2e --spec --screenshot --debug",
12
"test.dist": "npm run build && node test-end-to-end-dist.js && node test-end-to-end-hydrate.js && npm run test.exportMap",
13
"test.e2e": "node ../../bin/stencil test --e2e",
14
"test.exportMap": "node ./exportMap/index.js && tsx ./exportMap/index.mts",
0 commit comments