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

Commit e09a871

Browse files
committed
chore: add jest
1 parent 644ffa8 commit e09a871

File tree

6 files changed

+2314
-109
lines changed

6 files changed

+2314
-109
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslintplugin"
2020
],
2121
"scripts": {
22-
"test": "echo \"Error: no test specified\" && exit 1",
22+
"test": "jest",
2323
"lint": "eslint ./"
2424
},
2525
"husky": {
@@ -40,6 +40,10 @@
4040
"eslint-plugin-promise": "^4.0.1",
4141
"eslint-plugin-standard": "^4.0.0",
4242
"husky": "^1.2.0",
43+
"jest": "^23.6.0",
4344
"lint-staged": "^8.1.0"
45+
},
46+
"dependencies": {
47+
"eslint-plugin-vue": "^5.0.0"
4448
}
4549
}

tests/lib/processors/.gitkeep

Whitespace-only changes.

tests/lib/rules/.gitkeep

Whitespace-only changes.

tests/lib/rules/no-this-in-async-data.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

tests/lib/rules/no-this-in-fetch.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)