File tree 3 files changed +1763
-49
lines changed
3 files changed +1763
-49
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ preset : 'ts-jest' ,
3
+ testEnvironment : 'node' ,
4
+ testPathIgnorePatterns : [ "/node_modules/" , "lib/vscode/" ]
5
+ } ;
Original file line number Diff line number Diff line change 35
35
"@types/express" : " ^4.17.8" ,
36
36
"@types/fs-extra" : " ^8.0.1" ,
37
37
"@types/http-proxy" : " ^1.17.4" ,
38
+ "@types/jest" : " ^26.0.20" ,
38
39
"@types/js-yaml" : " ^3.12.3" ,
39
40
"@types/mocha" : " ^8.0.3" ,
40
41
"@types/node" : " ^12.12.7" ,
55
56
"eslint-config-prettier" : " ^6.0.0" ,
56
57
"eslint-plugin-import" : " ^2.18.2" ,
57
58
"eslint-plugin-prettier" : " ^3.1.0" ,
59
+ "jest" : " ^26.6.3" ,
58
60
"leaked-handles" : " ^5.2.0" ,
59
61
"mocha" : " ^8.1.2" ,
60
62
"parcel-bundler" : " ^1.12.4" ,
61
63
"prettier" : " ^2.0.5" ,
62
64
"stylelint" : " ^13.0.0" ,
63
65
"stylelint-config-recommended" : " ^3.0.0" ,
64
66
"supertest" : " ^6.0.1" ,
67
+ "ts-jest" : " ^26.4.4" ,
65
68
"ts-node" : " ^9.0.0" ,
66
69
"typescript" : " 4.0.2"
67
70
},
You can’t perform that action at this time.
0 commit comments