Skip to content

Commit e2aa0cc

Browse files
committed
Fix lint error
1 parent cd98843 commit e2aa0cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test-src/JsonStreamStringify.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { Readable } from 'stream';
32
import expect from 'expect.js';
43
import JsonStreamStringify from './JsonStreamStringify';
@@ -126,7 +125,7 @@ describe('JsonStreamStringify', () => {
126125
}, '{"b":"b"}'));
127126

128127
it('[function(){}] should be [null]', createTest([function a() {}], '[null]'));
129-
128+
130129
it('[function(){}, undefined] should be [null,null]', createTest([function a() {}, undefined], '[null,null]'));
131130

132131
it('{a:date} should be {"a":date.toJSON()}', createTest({

0 commit comments

Comments
 (0)