未验证 提交 b6b8fd7a 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #19560 from gero3/makeRunningUnitTestsBearable

Update unit command to search in unit/build folder
......@@ -4,7 +4,7 @@
"description": "This package hiding test dependincies from main repo because puppeteer is pretty big.",
"scripts": {
"dev": "rollup -c rollup.unit.config.js -w -m inline",
"unit": "rollup -c rollup.unit.config.js && qunit -r failonlyreporter unit/build/three.source.unit.js"
"unit": "rollup -c rollup.unit.config.js && rimraf node_modules/three && qunit -r failonlyreporter unit/build/three.source.unit.js"
},
"devDependencies": {
"failonlyreporter": "^1.0.0",
......@@ -13,6 +13,7 @@
"pixelmatch": "^5.2.0",
"puppeteer": "3.1.0",
"qunit": "^2.10.0",
"rimraf": "^3.0.2",
"serve-handler": "^6.1.2"
},
"license": "MIT"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册