Skip to content

Commit

Permalink
Add ts-jest as a devDependency (smithy-lang#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored and srchase committed Mar 17, 2023
1 parent 54b49f3 commit 9225812
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 Down Expand Up @@ -34,6 +33,7 @@
"jest": "^26.1.0",
"rimraf": "^3.0.0",
"typedoc": "^0.20.0",
"ts-jest": "^26.4.1",
"typescript": "~4.1.2"
},
"engines": {
Expand Down

0 comments on commit 9225812

Please sign in to comment.