File tree Expand file tree Collapse file tree 3 files changed +985
-807
lines changed Expand file tree Collapse file tree 3 files changed +985
-807
lines changed Original file line number Diff line number Diff line change 5
5
"name" : " Debug Tests" ,
6
6
"type" : " node" ,
7
7
"request" : " launch" ,
8
- "program" : " ${workspaceRoot}/node_modules/jest/bin/jest.js" ,
8
+ // "program": "${workspaceRoot }/node_modules/jest/bin/jest.js",
9
+ "protocol" : " inspector" ,
10
+ "program" : " ${workspaceRoot}/node_modules/.bin/jest" ,
9
11
"stopOnEntry" : false ,
10
12
"args" : [
11
- " --config " , " jest.json "
13
+ " --runInBand "
12
14
],
13
15
"cwd" : " ${workspaceRoot}" ,
14
16
"runtimeExecutable" : " babel-node" ,
Original file line number Diff line number Diff line change 15
15
"build" : " webpack --config webpack.config.js"
16
16
},
17
17
"devDependencies" : {
18
- "babel-core" : " ^6.23.1" ,
19
- "babel-loader" : " ^6.3.2" ,
20
- "babel-preset-env" : " ^1.2.0" ,
21
- "babel-preset-es2015" : " ^6.22.0" ,
22
18
"eslint-plugin-import" : " ^2.2.0" ,
23
19
"eslint-plugin-jsx-a11y" : " ^4.0.0" ,
24
20
"eslint-plugin-react" : " ^6.9.0" ,
25
- "jest" : " ^19 .0.2 " ,
21
+ "jest" : " ^20 .0.4 " ,
26
22
"webpack" : " ^2.2.1"
27
23
},
28
24
"dependencies" : {
25
+ "babel-cli" : " ^6.24.1" ,
26
+ "babel-core" : " ^6.24.1" ,
27
+ "babel-loader" : " ^7.0.0" ,
28
+ "babel-preset-env" : " ^1.5.1" ,
29
+ "babel-preset-es2015" : " ^6.24.1" ,
29
30
"eslint" : " ^3.15.0" ,
30
31
"eslint-config-airbnb" : " ^14.1.0"
31
32
}
You can’t perform that action at this time.
0 commit comments