mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
parent
1e3c94a37a
commit
82d8d02697
1 changed files with 10 additions and 0 deletions
10
package.json
10
package.json
|
@ -96,6 +96,15 @@
|
||||||
},
|
},
|
||||||
"homepage": ".",
|
"homepage": ".",
|
||||||
"jest": {
|
"jest": {
|
||||||
|
"collectCoverageFrom": [
|
||||||
|
"src/**/*.{js,jsx,ts,tsx}"
|
||||||
|
],
|
||||||
|
"coveragePathIgnorePatterns": [
|
||||||
|
"<rootDir>/locales",
|
||||||
|
"<rootDir>/src/packages/excalidraw/dist/",
|
||||||
|
"<rootDir>/src/packages/excalidraw/types",
|
||||||
|
"<rootDir>/src/packages/excalidraw/example"
|
||||||
|
],
|
||||||
"transformIgnorePatterns": [
|
"transformIgnorePatterns": [
|
||||||
"node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-fs-access)/)"
|
"node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-fs-access)/)"
|
||||||
],
|
],
|
||||||
|
@ -128,6 +137,7 @@
|
||||||
"test:typecheck": "tsc",
|
"test:typecheck": "tsc",
|
||||||
"test:update": "yarn test:app --updateSnapshot --watchAll=false",
|
"test:update": "yarn test:app --updateSnapshot --watchAll=false",
|
||||||
"test": "yarn test:app",
|
"test": "yarn test:app",
|
||||||
|
"test:coverage": "react-scripts test --passWithNoTests --coverage --watchAll",
|
||||||
"autorelease": "node scripts/autorelease.js",
|
"autorelease": "node scripts/autorelease.js",
|
||||||
"prerelease": "node scripts/prerelease.js",
|
"prerelease": "node scripts/prerelease.js",
|
||||||
"release": "node scripts/release.js"
|
"release": "node scripts/release.js"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue