Skip to content

Commit 98c762b

Browse files
committed
test
1 parent cba0e62 commit 98c762b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jscomp/test/Import.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ let beltAsModule = await Js.import(module(Belt.List: BeltList))
1313

1414
// module type BeltList0 = module type of Belt.List
1515
// module M = unpack(@res.await Js.import(module(Belt.List: BeltList0)))
16-
module M = @res.await Belt.List
17-
let each = M.forEach
16+
module M = await Belt.List
17+
let each = M.forEach

0 commit comments

Comments
 (0)