Skip to content

Commit 3c29f7c

Browse files
Update package.json
1 parent 0d46e6d commit 3c29f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/import-assertions-to-attributes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"start": "node --no-warnings --experimental-strip-types ./src/workflow.ts",
1212
"test": "node --no-warnings --experimental-test-snapshots --experimental-strip-types --import='../../test/snapshots.ts' --test './**/*.test.ts'",
13-
"test:coverage": "node --no-warnings --experimental-test-snapshots --experimental-strip-types --import='../../test/snapshots.ts' --test --experimental-test-coverage --test-coverage-include='src/**/*' --test-coverage-exclude='**/*.test.ts' './**/*.test.ts'",
13+
"test:coverage": "node --no-warnings --experimental-test-snapshots --experimental-strip-types --import='../../test/snapshots.ts' --experimental-test-coverage --test-coverage-include='src/**/*' --test-coverage-exclude='**/*.test.ts' --test './**/*.test.ts'",
1414
"test:update-snapshots": "node --no-warnings --experimental-test-snapshots --experimental-strip-types --import='../../test/snapshots.ts' --test --test-update-snapshots './**/*.test.ts'"
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)