Skip to content

Commit aa3dbab

Browse files
trivikrsrchase
authored andcommitted
chore(package.json): do not recommend any specific test framework (smithy-lang#483)
1 parent c761e3e commit aa3dbab

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/CodegenVisitor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ class CodegenVisitor extends ShapeVisitor.Default<Void> {
7070
* A mapping of static resource files to copy over to a new filename.
7171
*/
7272
private static final Map<String, String> STATIC_FILE_COPIES = MapUtils.of(
73-
"jest.config.js", "jest.config.js",
7473
"tsconfig.json", "tsconfig.json",
7574
"tsconfig.es.json", "tsconfig.es.json",
7675
"tsconfig.types.json", "tsconfig.types.json"

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

Lines changed: 1 addition & 3 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,7 +22,6 @@
2322
},
2423
"devDependencies": {
2524
"downlevel-dts": "0.7.0",
26-
"jest": "^26.1.0",
2725
"rimraf": "^3.0.0",
2826
"typedoc": "^0.20.0",
2927
"ts-jest": "^26.4.1",

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/jest.config.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)