Quellcode durchsuchen

Dependencies update #2

sanex3339 vor 5 Jahren
Ursprung
Commit
3d1e17f50f
6 geänderte Dateien mit 367 neuen und 264 gelöschten Zeilen
  1. 1 0
      .gitignore
  2. 1 0
      .npmignore
  3. 1 1
      package.json
  4. 1 1
      scripts/test-coveralls
  5. 1 1
      scripts/test-full
  6. 362 261
      yarn.lock

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 .awcache
 .DS_Store
 .idea
+.nyc_output
 npm-debug.log
 *.js.map
 /coverage

+ 1 - 0
.npmignore

@@ -1,6 +1,7 @@
 .awcache
 .github
 .idea
+.nyc_output
 coverage
 images
 test/fixtures/compile-performance.js

+ 1 - 1
package.json

@@ -58,8 +58,8 @@
     "awesome-typescript-loader": "5.2.1",
     "chai": "4.2.0",
     "coveralls": "3.0.9",
-    "istanbul": "1.1.0-alpha.1",
     "mocha": "6.2.2",
+    "nyc": "^15.0.0",
     "pjson": "1.0.9",
     "pre-commit": "1.2.2",
     "rimraf": "3.0.0",

+ 1 - 1
scripts/test-coveralls

@@ -2,6 +2,6 @@
 
 yarn run test:removeTmpDir &&
 yarn run test:compile &&
-$(yarn bin)/istanbul cover $(yarn bin)/_mocha -- test-tmp/test/index.spec.js --report lcovonly &&
+$(yarn bin)/nyc --reporter lcovonly $(yarn bin)/mocha -- test-tmp/test/index.spec.js &&
 cat ./coverage/lcov.info | $(yarn bin)/coveralls &&
 yarn run test:removeTmpDir

+ 1 - 1
scripts/test-full

@@ -3,5 +3,5 @@
 yarn run test:removeTmpDir &&
 yarn run test:compile &&
 node test-tmp/test/dev/dev.js &&
-$(yarn bin)/istanbul cover $(yarn bin)/_mocha -- test-tmp/test/index.spec.js &&
+$(yarn bin)/nyc --reporter text-summary $(yarn bin)/mocha -- test-tmp/test/index.spec.js &&
 yarn run test:removeTmpDir

Datei-Diff unterdrückt, da er zu groß ist
+ 362 - 261
yarn.lock


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.