File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 comments : false ,
33 plugins : [ "transform-vue-jsx" ] ,
4- /* presets: [["env", { modules: false }]], */
54 env : {
65 test : {
76 presets : [ [ "env" , { targets : { node : "current" } } ] ] ,
8- plugins : [ "istanbul" ]
7+ /* plugins: ["istanbul"] */
98 }
109 }
1110} ;
Original file line number Diff line number Diff line change 1414 ],
1515 "scripts" : {
1616 "test" : " cross-env NODE_ENV=test BABEL_ENV=test jest --config jest.config.js" ,
17- "test:cover" : " cross-env NODE_ENV=test COVERAGE=true jest --config jest.config.js" ,
17+ "test:cover" : " cross-env NODE_ENV=test BABEL_ENV=test COVERAGE=true jest --config jest.config.js" ,
1818 "codecov" : " codecov" ,
1919 "lint" : " vue-cli-service lint" ,
2020 "lint:fix" : " vue-cli-service lint --fix" ,
You can’t perform that action at this time.
0 commit comments