We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb1709 commit f494b5cCopy full SHA for f494b5c
private/aws-protocoltests-json-10/jest.config.js
@@ -1,4 +1,5 @@
1
+const base = require("../../jest.config.base.js");
2
+
3
module.exports = {
- preset: "ts-jest",
- testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
4
+ ...base,
5
};
0 commit comments