Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 59ab7d9

Browse files
committed
eslint auto-formatting
1 parent b11de27 commit 59ab7d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/index_spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ describe('browserify preprocessor', function () {
204204
})
205205

206206
it('uses transforms if provided', function () {
207-
const transform = [() => {}, {}]
207+
const transform = [() => { }, {}]
208208

209209
this.options.browserifyOptions = { transform }
210210

@@ -334,7 +334,7 @@ describe('browserify preprocessor', function () {
334334
}
335335

336336
this.run().then(() => {
337-
streamApi.on.withArgs('error').yieldsAsync(new Error('bundle error')).returns({ pipe () {} })
337+
streamApi.on.withArgs('error').yieldsAsync(new Error('bundle error')).returns({ pipe () { } })
338338
this.bundlerApi.on.withArgs('update').yield()
339339
})
340340
})
@@ -345,7 +345,7 @@ describe('browserify preprocessor', function () {
345345

346346
return run(this.file)
347347
.then(() => {
348-
streamApi.on.withArgs('error').yieldsAsync(new Error('bundle error')).returns({ pipe () {} })
348+
streamApi.on.withArgs('error').yieldsAsync(new Error('bundle error')).returns({ pipe () { } })
349349
this.bundlerApi.on.withArgs('update').yield()
350350

351351
return run(this.file)

0 commit comments

Comments
 (0)