소스 검색

Dependencies update #2

sanex3339 5 년 전
부모
커밋
3d1e17f50f
6개의 변경된 파일367개의 추가작업 그리고 264개의 파일을 삭제
  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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 362 - 261
yarn.lock


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.