Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore: add jest
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Dec 5, 2018
1 parent 644ffa8 commit e09a871
Show file tree
Hide file tree
Showing 6 changed files with 2,314 additions and 109 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslintplugin"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "jest",
"lint": "eslint ./"
},
"husky": {
Expand All @@ -40,6 +40,10 @@
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"husky": "^1.2.0",
"jest": "^23.6.0",
"lint-staged": "^8.1.0"
},
"dependencies": {
"eslint-plugin-vue": "^5.0.0"
}
}
Empty file removed tests/lib/processors/.gitkeep
Empty file.
Empty file removed tests/lib/rules/.gitkeep
Empty file.
36 changes: 0 additions & 36 deletions tests/lib/rules/no-this-in-async-data.js

This file was deleted.

36 changes: 0 additions & 36 deletions tests/lib/rules/no-this-in-fetch.js

This file was deleted.

Loading

0 comments on commit e09a871

Please sign in to comment.