Skip to content

Commit 882b3a1

Browse files
committed
chore: add jest config and script
1 parent 0dc28f0 commit 882b3a1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
1010
"build:types": "tsc -p tsconfig.types.json",
1111
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0"
12+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
13+
"test": "jest --coverage --passWithNoTests"
1314
},
1415
"main": "./dist-cjs/index.js",
1516
"types": "./dist-types/index.d.ts",

0 commit comments

Comments
 (0)