Skip to content

Commit 1316d48

Browse files
authored
Add ts-jest as a devDependency (#287)
1 parent d8fadf3 commit 1316d48

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",
@@ -33,6 +32,7 @@
3332
"downlevel-dts": "0.7.0",
3433
"jest": "^26.1.0",
3534
"rimraf": "^3.0.0",
35+
"ts-jest": "^26.4.1",
3636
"typedoc": "^0.19.2",
3737
"typescript": "~4.1.2"
3838
},

0 commit comments

Comments
 (0)