We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed08ded commit dca90cfCopy full SHA for dca90cf
src/main.test.js
@@ -1,7 +1,8 @@
1
import test from 'ava'
2
-import errorHttpResponse from 'error-http-response'
3
import { each } from 'test-each'
4
+import errorHttpResponse from 'error-http-response'
5
+
6
const error = new Error('test')
7
8
each(
src/options.test.js
error.http = { title: 'title' }
0 commit comments