Skip to content

Commit c62af25

Browse files
committed
Fix linting
1 parent a9532b5 commit c62af25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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 setErrorStack from 'set-error-stack'
32
import { each } from 'test-each'
43

4+
import setErrorStack from 'set-error-stack'
5+
56
const setNewStack = (error, prefix = '') => {
67
setErrorStack(error, error.stack.replace('Error: one', `${prefix}Error: two`))
78
}

0 commit comments

Comments
 (0)