Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 2, 2023
1 parent 16fac6c commit bd1a230
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/reactDom/test/test.ml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(* let () =
Alcotest.run "ReactDOM"
[
Test_renderToStaticMarkup.tests;
Test_renderToString.tests;
Test_reactDOMStyle.tests;
] *)
let () =
Alcotest.run "ReactDOM"
[
Test_renderToStaticMarkup.tests;
Test_renderToString.tests;
Test_reactDOMStyle.tests;
]

let () =
Lwt_main.run @@ Alcotest_lwt.run "ReactDOM" [ Test_renderToLwtStream.tests ]

0 comments on commit bd1a230

Please sign in to comment.