File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
recipes/import-assertions-to-attributes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
"scripts" : {
11
11
"start" : " node --no-warnings --experimental-strip-types ./src/workflow.ts" ,
12
12
"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'" ,
14
14
"test:update-snapshots" : " node --no-warnings --experimental-test-snapshots --experimental-strip-types --import='../../test/snapshots.ts' --test --test-update-snapshots './**/*.test.ts'"
15
15
},
16
16
"repository" : {
You can’t perform that action at this time.
0 commit comments