Skip to content

Commit

Permalink
Add ts-jest as a devDependency (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Mar 19, 2021
1 parent d8fadf3 commit 1316d48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"prepublishOnly": "yarn build",
"pretest": "yarn build:cjs",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
Expand All @@ -33,6 +32,7 @@
"downlevel-dts": "0.7.0",
"jest": "^26.1.0",
"rimraf": "^3.0.0",
"ts-jest": "^26.4.1",
"typedoc": "^0.19.2",
"typescript": "~4.1.2"
},
Expand Down

0 comments on commit 1316d48

Please sign in to comment.