We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f552e2 commit 9824f08Copy full SHA for 9824f08
tests/tests/src/test_for_of.res
@@ -1,9 +1,6 @@
1
open Mocha
2
open Test_utils
3
4
-// Test for...of loop basic functionality
5
-type item = {value: int, name: string}
6
-
7
describe(__MODULE__, () => {
8
test("basic iteration", () => {
9
let arr = [1, 2, 3, 4, 5]
0 commit comments