Sfoglia il codice sorgente

Update package json to builds/run unit tests

Tristan VALCKE 7 anni fa
parent
commit
c7a174ea61
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -28,13 +28,13 @@
   },
   "scripts": {
     "build": "rollup -c",
-    "build-test": "rollup -c test/rollup.unit.config.js",
+    "build-test": "rollup -c test/rollup.unit.config.js -w",
     "build-uglify": "rollup -c && uglifyjs build/three.js -cm --preamble \"// threejs.org/license\" > build/three.min.js",
     "build-closure": "rollup -c && java -jar node_modules/google-closure-compiler/compiler.jar --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs utils/build/externs.js --language_in=ECMASCRIPT5_STRICT --js build/three.js --js_output_file build/three.min.js",
     "dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --port 8080\"",
     "start": "npm run dev",
     "lint": "eslint src",
-    "test": "rollup -c test/rollup.unit.config.js -w",
+    "test": "qunit test/unit/three.source.unit.js",
     "editor": "electron ./editor/main.js"
   },
   "keywords": [
@@ -55,7 +55,7 @@
     "eslint": "^4.1.1",
     "eslint-config-mdcs": "^4.2.2",
     "google-closure-compiler": "^20170521.0.0",
-    "qunitjs": "^2.1.1",
+    "qunitjs": "^2.4.0",
     "rollup": "^0.43.0",
     "rollup-watch": "^4.0.0",
     "serve": "^6.3.1",