Skip to content

Commit a0076f1

Browse files
author
Johan Borestad
committed
Fix failing tests
1 parent 7b7b460 commit a0076f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as x from './';
1+
import * as x from './'
22
import test from 'ava'
33

44
test('should resolve async methods', async t => {

0 commit comments

Comments
 (0)