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 255edb8 commit 73e1077Copy full SHA for 73e1077
smithy-typescript-ssdk-libs/jest.config.js
@@ -2,7 +2,5 @@ const base = require("./jest.config.base.js");
2
3
module.exports = {
4
...base,
5
- projects: ["<rootDir>/*/jest.config.js"],
6
- testPathIgnorePatterns: ["/node_modules/"],
7
- coveragePathIgnorePatterns: ["/node_modules/"],
+ projects: ["<rootDir>/*/jest.config.js"]
8
};
0 commit comments