diff --git a/crates/cli/tests/cli_tests.rs b/crates/cli/tests/cli_tests.rs index 2092d141b5..4ea728099e 100644 --- a/crates/cli/tests/cli_tests.rs +++ b/crates/cli/tests/cli_tests.rs @@ -163,34 +163,6 @@ mod cli_tests { ); } - // TODO: write a new test once mono bugs are resolved in investigation - // Encountering this TODO years later, I presume the new test should test the execution, not just roc check. - #[test] - #[cfg(not(debug_assertions))] // https://github.com/roc-lang/roc/issues/4806 - later observation: this issue is closed but the tests still hangs in debug mode - fn check_virtual_dom_server() { - let cli_check = ExecCli::new( - CMD_CHECK, - file_from_root("examples/virtual-dom-wip", "example-server.roc"), - ); - - let cli_check_out = cli_check.run(); - cli_check_out.assert_clean_success(); - } - - // TODO: write a new test once mono bugs are resolved in investigation - // Encountering this TODO years later, I presume the new test should test the execution, not just roc check. - #[test] - #[cfg(not(debug_assertions))] // https://github.com/roc-lang/roc/issues/4806 - later observation: this issue is closed but the tests still hangs in debug mode - fn check_virtual_dom_client() { - let cli_check = ExecCli::new( - CMD_CHECK, - file_from_root("examples/virtual-dom-wip", "example-client.roc"), - ); - - let cli_check_out = cli_check.run(); - cli_check_out.assert_clean_success(); - } - #[test] #[cfg_attr(windows, ignore)] // tea = The Elm Architecture diff --git a/www/content/tutorial.md b/www/content/tutorial.md index 53142d6715..44d6ae81c7 100644 --- a/www/content/tutorial.md +++ b/www/content/tutorial.md @@ -1577,8 +1577,6 @@ Including the hash solves a number of problems: \[This part of the tutorial has not been written yet. Coming soon!\] -See [Html module](https://github.com/roc-lang/roc/blob/main/examples/virtual-dom-wip/platform/Html.roc) for an example. - ### [Platform Modules](#platform-modules) {#platform-modules} \[This part of the tutorial has not been written yet. Coming soon!\]