Skip to content

Commit

Permalink
➕ Install jest
Browse files Browse the repository at this point in the history
  • Loading branch information
markbrouch committed Dec 20, 2019
1 parent b8b5473 commit 5e1b810
Show file tree
Hide file tree
Showing 2 changed files with 2,721 additions and 35 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"dev": "nodemon --watch . --ignore dist --ext js,ts,json --exec \"yarn build\"",
"format": "yarn prettier --write",
"lint": "eslint . --ext .js,.ts",
"prettier": "prettier \"{src,bin}/**\""
"prettier": "prettier \"{src,bin}/**\"",
"test": "jest"
},
"bin": {
"eslint-generate-todo": "./bin/eslint-generate-todo.js"
Expand Down Expand Up @@ -39,16 +40,20 @@
},
"devDependencies": {
"@types/eslint": "^6.1.3",
"@types/jest": "^24.0.24",
"@types/js-yaml": "^3.12.1",
"@types/node": "^12.12.21",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^3.1.0",
"jest": "^24.9.0",
"nodemon": "^2.0.2",
"precise-commits": "^1.0.2",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"typescript": "^3.7.3"
},
"husky": {
Expand Down
Loading

0 comments on commit 5e1b810

Please sign in to comment.