Skip to content

Commit

Permalink
remove references to virtual-dom example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Jan 8, 2025
1 parent 0b435d9 commit ae9e244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
28 changes: 0 additions & 28 deletions crates/cli/tests/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions www/content/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!\]
Expand Down

0 comments on commit ae9e244

Please sign in to comment.