Skip to content

Commit b7e410b

Browse files
fix(test): don't always update snapshots
1 parent 9aaccc5 commit b7e410b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end-to-end/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "node ../../bin/stencil build --config ./stencil.build.config.ts --docs",
1010
"start": "node ../../bin/stencil build --debug --watch --dev --serve",
11-
"test": "node ../../bin/stencil test --ci --e2e --spec --screenshot --debug -u",
11+
"test": "node ../../bin/stencil test --ci --e2e --spec --screenshot --debug",
1212
"test.dist": "npm run build && node test-end-to-end-dist.js && node test-end-to-end-hydrate.js && npm run test.exportMap",
1313
"test.e2e": "node ../../bin/stencil test --e2e",
1414
"test.exportMap": "node ./exportMap/index.js && tsx ./exportMap/index.mts",

0 commit comments

Comments
 (0)