File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 7878 "oad" : " ./dist/cli.js"
7979 },
8080 "jest" : {
81+ "preset" : " ts-jest" ,
8182 "collectCoverage" : true ,
82- "collectCoverageFrom" : [
83- " dist/**/*.js"
84- ],
85- "testMatch" : [
86- " **/*[tT]est.js"
87- ],
83+ "testMatch" : [" **/*[tT]est.ts" ],
8884 "testTimeout" : 100000
8985 },
9086 "scripts" : {
9490 "dn.publish" : " npm run dn.build && dotnet publish -c release openapi-diff/src/core/OpenApiDiff/OpenApiDiff.csproj" ,
9591 "dn.test" : " npm run dn.build && dotnet test openapi-diff/src/modeler/AutoRest.Swagger.Tests/AutoRest.Swagger.Tests.csproj" ,
9692 "tsc" : " tsc" ,
97- "ts.test" : " tsc && jest" ,
93+ "ts.test" : " jest" ,
9894 "test" : " npm run dn.test && npm run ts.test" ,
9995 "lint" : " eslint . --report-unused-disable-directives --max-warnings 0" ,
10096 "lint:fix" : " eslint . --fix" ,
You can’t perform that action at this time.
0 commit comments