Skip to content

Commit cd8ffe4

Browse files
committed
chore: fix lint
1 parent 82179a2 commit cd8ffe4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

scripts/buildUtils.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ module.exports.getPackages = function getPackages() {
5252
{},
5353
),
5454
...(pkg.name === 'jest-circus' ? {'./runner': './runner.js'} : {}),
55-
...(pkg.name === 'expect' ? {
56-
'./build/utils': './build/utils.js',
57-
'./build/matchers': './build/matchers.js',
58-
} : {}),
55+
...(pkg.name === 'expect'
56+
? {
57+
'./build/matchers': './build/matchers.js',
58+
'./build/utils': './build/utils.js',
59+
}
60+
: {}),
5961
},
6062
`Package ${pkg.name} does not export correct files`,
6163
);

0 commit comments

Comments
 (0)