Skip to content

Commit

Permalink
Adhere to lint rule: re-order keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyhe committed Sep 2, 2024
1 parent b61cb1b commit ae9884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildUtils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ function getPackages() {
...(pkg.name === 'expect'
? {
'./build/matchers': './build/matchers.js',
'./build/toThrowMatchers': './build/toThrowMatchers.js',
'./build/spyMatchers': './build/spyMatchers.js',
'./build/toThrowMatchers': './build/toThrowMatchers.js',
}
: {}),
},
Expand Down

0 comments on commit ae9884e

Please sign in to comment.