Skip to content

Commit 9b5407e

Browse files
committed
Fix eslint error for global.js
1 parent f5ca422 commit 9b5407e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/global.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
export async function setup() {
2-
}
1+
// TODO Check this global methods
2+
export function setup() {}
33

4-
export async function teardown() {
5-
}
4+
export function teardown() {}

0 commit comments

Comments
 (0)