Skip to content

Commit 3abaedb

Browse files
committed
refactor: rewrite node_compat tests with file_test_runner
1 parent 6dea9ab commit 3abaedb

File tree

13 files changed

+2039
-2189
lines changed

13 files changed

+2039
-2189
lines changed

tests/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ path = "unit_node/mod.rs"
3636
harness = false
3737

3838
[[test]]
39-
name = "node_compat_tests"
40-
path = "node_compat/test_runner.rs"
39+
name = "node_compat"
40+
path = "node_compat/mod.rs"
41+
harness = false
4142

4243
[dev-dependencies]
4344
anyhow.workspace = true

tests/node_compat/common.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

tests/node_compat/config.json

Lines changed: 1528 additions & 0 deletions
Large diffs are not rendered by default.

tests/node_compat/config.toml

Lines changed: 0 additions & 1481 deletions
This file was deleted.

0 commit comments

Comments
 (0)