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 447d74f commit 6ac70d5Copy full SHA for 6ac70d5
jest.config.js
@@ -6,7 +6,6 @@ module.exports = {
6
"<rootDir>/lib/*/jest.config.js",
7
"<rootDir>/private/*/jest.config.js",
8
"<rootDir>/packages/*/jest.config.js",
9
- "<rootDir>/clients/*/jest.config.js",
10
],
11
testPathIgnorePatterns: ["/node_modules/", "<rootDir>/clients/client-.*"],
12
coveragePathIgnorePatterns: ["/node_modules/", "<rootDir>/clients/client-.*", "/__fixtures__/"],
0 commit comments