Skip to content

Commit f2eb026

Browse files
committed
chore: do not copy jest.config.json
1 parent fd356e5 commit f2eb026

File tree

1 file changed

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

1 file changed

+0
-1
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"

0 commit comments

Comments
 (0)