refresh tests after move of svgedit-config
This commit is contained in:
15
package.json
15
package.json
@@ -57,13 +57,13 @@
|
||||
"prep": "run-s prep-no-core-rollup rollup",
|
||||
"prepublishOnly": "run-s license-badges copy prep build-docs",
|
||||
"cypress:open-no-start": "cypress open",
|
||||
"cypress:instrument": "rimraf instrumented && cp -r src instrumented && nyc instrument --compact false src instrumented",
|
||||
"cypress:instrument": "rimraf instrumented && cp -r src instrumented && nyc instrument --compact=false src instrumented",
|
||||
"cypress:open": "run-p start cypress:open-no-start",
|
||||
"open-tests": "run-s cypress:instrument cypress:open",
|
||||
"cypress:merge": "mochawesome-merge \"cypress/results/mochaw*.json\" > mochawesome.json && marge mochawesome.json && mbg --file ./mochawesome.json --badge_output badges/tests-badge.svg",
|
||||
"cypress:run-only": "rimraf \"cypress/results/mochaw*.json\" && rimraf \".nyc_output/*\" && cypress run",
|
||||
"cypress:run-no-badge": "run-s -c cypress:run-only cypress:merge",
|
||||
"cypress:run": "run-s -c cypress:run-no-badge report-summary-mocha-full coverage-badge",
|
||||
"cypress:run": "run-s -n cypress:run-no-badge report-summary-mocha-full coverage-badge",
|
||||
"mochawesome-cli": "node tools/mochawesome-cli.js",
|
||||
"mochawesome-cli-dot": "npm run mochawesome-cli -- --dot",
|
||||
"report-no-mochawesome": "nyc report",
|
||||
@@ -74,13 +74,13 @@
|
||||
"test-no-cov-no-core-rollup": "run-s prep-no-core-rollup test-only",
|
||||
"test-no-cov": "run-s prep test-only",
|
||||
"test-no-core-rollup": "run-s cypress:instrument test-no-cov-no-core-rollup",
|
||||
"test": "run-s cypress:instrument test-no-cov"
|
||||
"test": "run-s cypress:instrument test-only"
|
||||
},
|
||||
"nyc": {
|
||||
"statements": 37,
|
||||
"branches": 28,
|
||||
"lines": 38,
|
||||
"functions": 47,
|
||||
"statements": 45,
|
||||
"branches": 34,
|
||||
"lines": 46,
|
||||
"functions": 45,
|
||||
"exclude": [
|
||||
"src/external/**",
|
||||
"src/editor/jquery.min.js",
|
||||
@@ -175,7 +175,6 @@
|
||||
"eslint-plugin-sonarjs": "^0.5.0",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-unicorn": "^21.0.0",
|
||||
"frs-replace": "^2.0.1",
|
||||
"imageoptim-cli": "^3.0.2",
|
||||
"jamilih": "^0.53.2",
|
||||
"jsdoc": "^3.6.5",
|
||||
|
||||
Reference in New Issue
Block a user