Skip to content

Commit

Permalink
feat: util test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Jul 25, 2022
1 parent 65d4ffa commit 9878dc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "@istanbuljs/nyc-config-babel",
"sourceMap": false,
"all": true
}
11 changes: 1 addition & 10 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
module.exports = {
presets: ["@vue/cli-plugin-babel/preset"],
plugins: [
[
"istanbul", {
"extension": [
".ts",
".vue"
]
}]
]
presets: ["@vue/cli-plugin-babel/preset"]
};

0 comments on commit 9878dc6

Please sign in to comment.