Skip to content

Commit fd356e5

Browse files
committed
chore(package.json): do not recommend any specific test framework
1 parent b5b8752 commit fd356e5

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"clean": "${packageManager} clean:dist && ${packageManager} clean:docs",
1212
"clean:dist": "rimraf ./dist-*",
1313
"clean:docs": "rimraf ./docs",
14-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15-
"test": "jest --coverage --passWithNoTests"
14+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4"
1615
},
1716
"main": "./dist-cjs/index.js",
1817
"types": "./dist-types/index.d.ts",
@@ -23,9 +22,7 @@
2322
},
2423
"devDependencies": {
2524
"downlevel-dts": "0.7.0",
26-
"jest": "^26.1.0",
2725
"rimraf": "^3.0.0",
28-
"ts-jest": "^26.4.1",
2926
"typedoc": "^0.19.2",
3027
"typescript": "~4.3.5"
3128
},

0 commit comments

Comments
 (0)