Skip to content

Commit 2ef5d6c

Browse files
author
huangshuwei
committed
update
1 parent d23053e commit 2ef5d6c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

babel.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module.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
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",

0 commit comments

Comments
 (0)