We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc28f0 commit 882b3a1Copy full SHA for 882b3a1
private/aws-protocoltests-restxml-s3/jest.config.js
@@ -0,0 +1,5 @@
1
+const base = require("../../jest.config.base.js");
2
+
3
+module.exports = {
4
+ ...base,
5
+};
private/aws-protocoltests-restxml-s3/package.json
@@ -9,7 +9,8 @@
9
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10
"build:types": "tsc -p tsconfig.types.json",
11
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0"
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
13
+ "test": "jest --coverage --passWithNoTests"
14
},
15
"main": "./dist-cjs/index.js",
16
"types": "./dist-types/index.d.ts",
0 commit comments