Skip to content

Commit 8f4f83d

Browse files
trivikrJordonPhillips
authored andcommitted
Add ts-jest as a devDependency (#287)
1 parent 60f9b8b commit 8f4f83d

File tree

1 file changed

+1
-1
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
88
"prepublishOnly": "yarn build",
9-
"pretest": "yarn build:cjs",
109
"remove-definitions": "rimraf ./types",
1110
"remove-dist": "rimraf ./dist",
1211
"remove-documentation": "rimraf ./docs",
@@ -34,6 +33,7 @@
3433
"jest": "^26.1.0",
3534
"rimraf": "^3.0.0",
3635
"typedoc": "^0.20.0",
36+
"ts-jest": "^26.4.1",
3737
"typescript": "~4.1.2"
3838
},
3939
"engines": {

0 commit comments

Comments
 (0)