test script use the new cy:instrument after folder refactoring
parent
48212c8384
commit
f6f4b3f340
|
@ -79,7 +79,7 @@
|
||||||
"test-no-cov-no-core-rollup": "run-s prep-no-core-rollup test-only",
|
"test-no-cov-no-core-rollup": "run-s prep-no-core-rollup test-only",
|
||||||
"test-no-cov": "run-s prep test-only",
|
"test-no-cov": "run-s prep test-only",
|
||||||
"test-no-core-rollup": "run-s instrument test-no-cov-no-core-rollup",
|
"test-no-core-rollup": "run-s instrument test-no-cov-no-core-rollup",
|
||||||
"test": "run-s instrument test-no-cov"
|
"test": "run-s cy:instrument test-no-cov"
|
||||||
},
|
},
|
||||||
"nyc": {
|
"nyc": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
Loading…
Reference in New Issue