diff --git a/.gitignore b/.gitignore index b186605..fe2d47b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ dist node_modules .DS_Store +.idea +.vscode \ No newline at end of file diff --git a/package.json b/package.json index 5cc1e54..fe71d31 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "eslint": "^3.0.0", "eslint-plugin-vue-libs": "^1.2.0", "jest": "^19.0.2", + "jest-cli": "^19.0.2", "rollup": "^0.41.6", "rollup-plugin-buble": "^0.15.0", "rollup-watch": "^3.2.2",