mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 06:55:17 +08:00
disable import test
This commit is contained in:
parent
d62086c437
commit
e27b32ebef
@ -19,7 +19,7 @@
|
||||
"compile": "npm run clean && npm run tsc && cp ./src/index-types.d.ts ./lib/index-types.d.ts && npm run rollup",
|
||||
"build": "npm run compile && cp ./src/index-types.d.ts ./lib && gulp build",
|
||||
"test:node:import": "node ./test/import-test.js",
|
||||
"test": "npm run test:node:import && npm run test:browser && npm run test:node",
|
||||
"test": "npm run test:browser && npm run test:node",
|
||||
"test:build": "parcel build ./test/unit-tests.html --dist-dir test-build --target none --public-url ./ --no-source-maps",
|
||||
"test:browser": "npm run test:build && mocha-headless-chrome -f ./test-build/unit-tests.html -a disable-web-security",
|
||||
"test:node": "env TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha -r ts-node/register test/unit/**/*.ts --exit",
|
||||
|
Loading…
Reference in New Issue
Block a user