Skip to content

Commit dca90cf

Browse files
committed
Fix linting
1 parent ed08ded commit dca90cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/main.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import test from 'ava'
2-
import errorHttpResponse from 'error-http-response'
32
import { each } from 'test-each'
43

4+
import errorHttpResponse from 'error-http-response'
5+
56
const error = new Error('test')
67

78
each(

src/options.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import test from 'ava'
2-
import errorHttpResponse from 'error-http-response'
32
import { each } from 'test-each'
43

4+
import errorHttpResponse from 'error-http-response'
5+
56
const error = new Error('test')
67
error.http = { title: 'title' }
78

0 commit comments

Comments
 (0)