Skip to content

Commit 22f7914

Browse files
committed
fix: prettier issues
1 parent f3dd40d commit 22f7914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
* Jest configuration for @wordpress/abilities package
33
*/
44

5-
const defaultConfig = require( '@wordpress/scripts/config/jest-unit.config' );
5+
const defaultConfig = require('@wordpress/scripts/config/jest-unit.config');
66

77
module.exports = {
88
...defaultConfig,
99
// Exclude TypeScript declaration files from test runs
1010
testPathIgnorePatterns: [
11-
...( defaultConfig.testPathIgnorePatterns || [] ),
11+
...(defaultConfig.testPathIgnorePatterns || []),
1212
'<rootDir>/build-types/',
1313
'\\.d\\.ts$',
1414
],

0 commit comments

Comments
 (0)