Skip to content

Commit 9225543

Browse files
committed
test: run jest with -i to possibly run faster on github
1 parent ed48e6b commit 9225543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ci": "npm run ci:build && npm run ci:test && npm run ci:docs",
1313
"ci:build": "npm run clean && npm ci && npm run build && npm run lint:code",
1414
"ci:docs": "npm run clean:docs && npm ci && ( cd docs && npm ci ) && npm run build:docs",
15-
"ci:test": "TZ=Etc/UTC jest --ci --coverage",
15+
"ci:test": "TZ=Etc/UTC jest -i --ci --coverage",
1616
"clean": "rm -rf build docs/build",
1717
"clean:docs": "rm -rf docs/build",
1818
"clean:examples": "scripts/clasp.sh examples clean",

0 commit comments

Comments
 (0)