Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 21, 2021
1 parent 5af6a11 commit bacf21d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2,750 deletions.
60 changes: 0 additions & 60 deletions cli.test.js

This file was deleted.

27 changes: 6 additions & 21 deletions package.json
Expand Up @@ -10,18 +10,14 @@
"boilerplate"
],
"scripts": {
"test": "jest"
"test": "eslint"
},
"jest": {
"testPathIgnorePatterns": [
"template"
]
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
"dependencies": {
"enquirer": "^2.3.6",
"gogen": "^2.2.1"
},
"lint-staged": {
"*.js": "eslint --fix"
"devDependencies": {
"eslint": "^8.0.1"
},
"eslintConfig": {
"parserOptions": {
Expand All @@ -38,16 +34,5 @@
"rules": {
"jest/expect-expect": "off"
}
},
"dependencies": {
"enquirer": "^2.3.6",
"gogen": "^2.2.1"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint-plugin-jest": "^25.2.2",
"jest": "^27.3.1",
"lint-staged": "^11.2.3",
"simple-git-hooks": "^2.0.2"
}
}

0 comments on commit bacf21d

Please sign in to comment.