Skip to content

Commit f494b5c

Browse files
authored
test(aws-protocoltests-json-10): extend from jest.config.base.js (#3159)
1 parent cdb1709 commit f494b5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
const base = require("../../jest.config.base.js");
2+
13
module.exports = {
2-
preset: "ts-jest",
3-
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
4+
...base,
45
};

0 commit comments

Comments
 (0)