Skip to content

Commit 9824f08

Browse files
committed
Remove leftover typedef from test sources
1 parent 1f552e2 commit 9824f08

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/tests/src/test_for_of.res

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
open Mocha
22
open Test_utils
33

4-
// Test for...of loop basic functionality
5-
type item = {value: int, name: string}
6-
74
describe(__MODULE__, () => {
85
test("basic iteration", () => {
96
let arr = [1, 2, 3, 4, 5]

0 commit comments

Comments
 (0)