File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ parser: "@typescript-eslint/parser"
22env :
33 browser : true
44 es6 : true # Map, etc.
5- mocha : true
5+ jest : true
66 node : true
77
88parserOptions :
Original file line number Diff line number Diff line change 77 cd test/test-plugin
88 make -s out/index.js
99 cd " $OLDPWD "
10- mocha -r ts-node/register ./test/ * .test.ts " $@ "
10+ yarn jest " $@ "
1111}
1212
1313main " $@ "
Original file line number Diff line number Diff line change 3737 "@types/http-proxy" : " ^1.17.4" ,
3838 "@types/jest" : " ^26.0.20" ,
3939 "@types/js-yaml" : " ^3.12.3" ,
40- "@types/mocha" : " ^8.0.3" ,
4140 "@types/node" : " ^12.12.7" ,
4241 "@types/parcel-bundler" : " ^1.12.1" ,
4342 "@types/pem" : " ^1.9.5" ,
5857 "eslint-plugin-prettier" : " ^3.1.0" ,
5958 "jest" : " ^26.6.3" ,
6059 "leaked-handles" : " ^5.2.0" ,
61- "mocha" : " ^8.1.2" ,
6260 "parcel-bundler" : " ^1.12.4" ,
6361 "prettier" : " ^2.0.5" ,
6462 "stylelint" : " ^13.0.0" ,
You can’t perform that action at this time.
0 commit comments