Skip to content

Commit 375991b

Browse files
committed
chore: fix flow error in ci
1 parent 4e99e77 commit 375991b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @flow
22

3-
import { describe, it, beforeEach, afterEach } from 'mocha'
3+
import { describe, it, before, after, beforeEach, afterEach } from 'mocha'
44
import { expect, assert } from 'chai'
55
import delay from 'waait'
66
import sinon from 'sinon'

0 commit comments

Comments
 (0)