File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
+ presets : [ "@babel/preset-env" , "@babel/preset-react" ] ,
2
3
plugins : [ "transform-class-properties" ] ,
3
4
} ;
Original file line number Diff line number Diff line change 8
8
"url" : " https://github.com/pyroscope-io/pyroscope.git"
9
9
},
10
10
"scripts" : {
11
- "dev" : " webpack --progress --colors --config scripts/webpack/webpack.dev.js"
11
+ "dev" : " webpack --progress --colors --config scripts/webpack/webpack.dev.js" ,
12
+ "test" : " jest"
12
13
},
13
14
"devDependencies" : {
14
15
"@babel/core" : " 7.8.4" ,
15
- "@babel/preset-react" : " 7.8.3 " ,
16
+ "@babel/preset-react" : " ^7.12.10 " ,
16
17
"@babel/preset-typescript" : " 7.8.3" ,
17
18
"autoprefixer" : " ^9.8.5" ,
18
19
"babel-plugin-transform-class-properties" : " ^6.24.1" ,
21
22
"conventional-changelog-cli" : " ^2.1.1" ,
22
23
"copy-webpack-plugin" : " ^7.0.0" ,
23
24
"css-loader" : " ^4.0.0" ,
25
+ "enzyme" : " ^3.11.0" ,
26
+ "enzyme-adapter-react-16" : " ^1.15.5" ,
24
27
"html-webpack-plugin" : " ^4.3.0" ,
28
+ "jest" : " ^26.6.3" ,
25
29
"mini-css-extract-plugin" : " ^0.9.0" ,
26
30
"monaco-editor-webpack-plugin" : " ^1.9.0" ,
27
31
"postcss-browser-reporter" : " ^0.6.0" ,
28
32
"postcss-loader" : " ^3.0.0" ,
29
33
"postcss-reporter" : " ^6.0.1" ,
34
+ "redux-mock-store" : " ^1.5.4" ,
30
35
"sass" : " ^1.26.10" ,
31
36
"sass-loader" : " ^9.0.2" ,
32
37
"typescript" : " 3.9.3" ,
You can’t perform that action at this time.
0 commit comments