File tree 3 files changed +2
-4
lines changed
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"
2
2
env :
3
3
browser : true
4
4
es6 : true # Map, etc.
5
- mocha : true
5
+ jest : true
6
6
node : true
7
7
8
8
parserOptions :
Original file line number Diff line number Diff line change 7
7
cd test/test-plugin
8
8
make -s out/index.js
9
9
cd " $OLDPWD "
10
- mocha -r ts-node/register ./test/ * .test.ts " $@ "
10
+ yarn jest " $@ "
11
11
}
12
12
13
13
main " $@ "
Original file line number Diff line number Diff line change 37
37
"@types/http-proxy" : " ^1.17.4" ,
38
38
"@types/jest" : " ^26.0.20" ,
39
39
"@types/js-yaml" : " ^3.12.3" ,
40
- "@types/mocha" : " ^8.0.3" ,
41
40
"@types/node" : " ^12.12.7" ,
42
41
"@types/parcel-bundler" : " ^1.12.1" ,
43
42
"@types/pem" : " ^1.9.5" ,
58
57
"eslint-plugin-prettier" : " ^3.1.0" ,
59
58
"jest" : " ^26.6.3" ,
60
59
"leaked-handles" : " ^5.2.0" ,
61
- "mocha" : " ^8.1.2" ,
62
60
"parcel-bundler" : " ^1.12.4" ,
63
61
"prettier" : " ^2.0.5" ,
64
62
"stylelint" : " ^13.0.0" ,
You can’t perform that action at this time.
0 commit comments