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 f3dd40d commit 22f7914Copy full SHA for 22f7914
packages/client/jest.config.js
@@ -2,13 +2,13 @@
2
* Jest configuration for @wordpress/abilities package
3
*/
4
5
-const defaultConfig = require( '@wordpress/scripts/config/jest-unit.config' );
+const defaultConfig = require('@wordpress/scripts/config/jest-unit.config');
6
7
module.exports = {
8
...defaultConfig,
9
// Exclude TypeScript declaration files from test runs
10
testPathIgnorePatterns: [
11
- ...( defaultConfig.testPathIgnorePatterns || [] ),
+ ...(defaultConfig.testPathIgnorePatterns || []),
12
'<rootDir>/build-types/',
13
'\\.d\\.ts$',
14
],
0 commit comments