File tree 4 files changed +533
-483
lines changed
4 files changed +533
-483
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
moduleFileExtensions : [ 'ts' , 'js' ] ,
3
3
transform : {
4
- '^.+\\.ts$' : '<rootDir>/preprocessor.js ' ,
4
+ '^.+\\.ts$' : 'ts-jest ' ,
5
5
} ,
6
6
testMatch : [ '**/__tests__/(src|dist).*.ts' ] ,
7
7
globalSetup : '<rootDir>/prepare-tests.ts' ,
Original file line number Diff line number Diff line change 9
9
"license" : " MIT" ,
10
10
"devDependencies" : {
11
11
"@types/chokidar" : " ^2.1.3" ,
12
- "@types/jest" : " ^26.0.7 " ,
12
+ "@types/jest" : " ^26.0.10 " ,
13
13
"@types/jsdom" : " ^16.2.3" ,
14
- "@types/node" : " ^14.0.27 " ,
14
+ "@types/node" : " ^14.6.0 " ,
15
15
"@types/prettier" : " ^2.0.2" ,
16
16
"@types/request" : " ^2.48.5" ,
17
17
"@types/turndown" : " ^5.0.0" ,
18
18
"chalk" : " ^4.1.0" ,
19
- "chokidar" : " ^3.4.1 " ,
19
+ "chokidar" : " ^3.4.2 " ,
20
20
"fast-glob" : " ^3.2.4" ,
21
- "flow-bin" : " ^0.130 .0" ,
22
- "jest" : " ^26.1 .0" ,
23
- "jsdom" : " ^16.3 .0" ,
21
+ "flow-bin" : " ^0.131 .0" ,
22
+ "jest" : " ^26.4 .0" ,
23
+ "jsdom" : " ^16.4 .0" ,
24
24
"mdn-browser-compat-data" : " git+https://github.com/mdn/browser-compat-data.git#e6e952bb934ba31a276237453cf892631ba224ee" ,
25
25
"mdn-data" : " git+https://github.com/mdn/data.git#9524ff7200bc5fce9990e49a80e39ddddf759ae6" ,
26
26
"prettier" : " ^2.0.5" ,
27
27
"request" : " ^2.88.2" ,
28
+ "ts-jest" : " ^26.2.0" ,
28
29
"ts-node" : " ^8.10.2" ,
29
- "tslint" : " ^6.1.2 " ,
30
+ "tslint" : " ^6.1.3 " ,
30
31
"tslint-config-prettier" : " ^1.18.0" ,
31
32
"turndown" : " ^6.0.0" ,
32
33
"typescript" : " ~4.0.1-rc" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments