Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ path = "unit_node/mod.rs"
harness = false

[[test]]
name = "node_compat_tests"
path = "node_compat/test_runner.rs"
name = "node_compat"
path = "node_compat/mod.rs"
harness = false

[dev-dependencies]
anyhow.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tests/node_compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Deno.
If you run single node.js test case, use the command:

```
./tools/node_compat_tests.js --filter <name of test file>
cargo test <name of test file>
```

## Configuration file
Expand Down
46 changes: 0 additions & 46 deletions tests/node_compat/common.ts

This file was deleted.

1,528 changes: 1,528 additions & 0 deletions tests/node_compat/config.json
Copy link
Member Author

@dsherret dsherret Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to json so we don't have to add a toml parser dependency

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense

Large diffs are not rendered by default.

1,482 changes: 0 additions & 1,482 deletions tests/node_compat/config.toml

This file was deleted.

Loading
Loading