increase test coverage
extend test coverage
This commit is contained in:
@@ -21,11 +21,9 @@
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run test:unit && npm run test:e2e",
|
||||
"test:unit": "vitest run --coverage",
|
||||
"test:watch": "vitest",
|
||||
"prebuild": "npm run build --workspace=packages/svgcanvas --workspace=packages/react-test",
|
||||
"build": "vite build",
|
||||
"postbuild": "node scripts/copy-static.mjs && node scripts/build-extensions.mjs",
|
||||
"build:watch": "vite build --watch",
|
||||
"start": "vite dev --host --port 8000 --strictPort",
|
||||
"prestart": "echo svgedit is available at http://localhost:8000/src/editor/index.html",
|
||||
"start:iife": "npm run build && vite preview --host --port 8000 --strictPort --outDir dist/editor --open /iife-index.html",
|
||||
@@ -76,10 +74,8 @@
|
||||
"archive/"
|
||||
],
|
||||
"globals": [
|
||||
"cy",
|
||||
"assert",
|
||||
"expect",
|
||||
"Cypress"
|
||||
"expect"
|
||||
],
|
||||
"env": [
|
||||
"mocha",
|
||||
|
||||
Reference in New Issue
Block a user