Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-19 | test: fix node_compat_test (#23446) | Bartek IwaĆczuk | |
It's not clear to me how these tests worked correctly on CI, but they were failing hard locally because of two problems: - missing env var that tests URL for fake npm registry - trying to run a directory that contains native Node.js tests that require a special harness | |||
2024-02-12 | chore: continue tests/ re-org (#22396) | Matt Mastracci | |
Split `node_compat_tests` into its own top-level test so its stdout doesn't stomp on the remainder of the tests. |