Skip to content

Commit d540098

Browse files
koddssonkeithamus
andcommitted
prettier
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
1 parent 1b509ca commit d540098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lazy-define.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('addStrategy', () => {
88
let resolve: () => void
99

1010
beforeEach(() => {
11-
strategy = spy(() => promise = new Promise((res) => resolve = res))
11+
strategy = spy(() => (promise = new Promise(res => (resolve = res))))
1212
})
1313

1414
it('adds a new strategy', async () => {

0 commit comments

Comments
 (0)