File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
smithy-typescript-codegen/src/main
java/software/amazon/smithy/typescript/codegen
resources/software/amazon/smithy/typescript/codegen Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ class CodegenVisitor extends ShapeVisitor.Default<Void> {
70
70
* A mapping of static resource files to copy over to a new filename.
71
71
*/
72
72
private static final Map <String , String > STATIC_FILE_COPIES = MapUtils .of (
73
- "jest.config.js" , "jest.config.js" ,
74
73
"tsconfig.json" , "tsconfig.json" ,
75
74
"tsconfig.es.json" , "tsconfig.es.json" ,
76
75
"tsconfig.types.json" , "tsconfig.types.json"
Original file line number Diff line number Diff line change 11
11
"clean" : " ${packageManager} clean:dist && ${packageManager} clean:docs" ,
12
12
"clean:dist" : " rimraf ./dist-*" ,
13
13
"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"
16
15
},
17
16
"main" : " ./dist-cjs/index.js" ,
18
17
"types" : " ./dist-types/index.d.ts" ,
23
22
},
24
23
"devDependencies" : {
25
24
"downlevel-dts" : " 0.7.0" ,
26
- "jest" : " ^26.1.0" ,
27
25
"rimraf" : " ^3.0.0" ,
28
26
"typedoc" : " ^0.20.0" ,
29
27
"ts-jest" : " ^26.4.1" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments