Skip to content

Commit a4d5329

Browse files
committed
Jest追加
1 parent a3645fb commit a4d5329

File tree

2 files changed

+2153
-36
lines changed

2 files changed

+2153
-36
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@
153153
"test:lint": "tslint -c tslint.yml 'src/**/*.{ts,tsx}'"
154154
},
155155
"devDependencies": {
156+
"@types/jest": "^23.3.2",
156157
"@types/node": "^10.10.1",
158+
"jest": "^23.6.0",
159+
"ts-jest": "^23.1.4",
157160
"tslint": "^5.8.0",
158161
"typescript": "^3.0.3",
159162
"vscode": "^1.1.6"

0 commit comments

Comments
 (0)