Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-29 | fix(node): support nested tests in "node:test" (#21717) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno/issues/21679 | |||
2023-08-02 | feat(node): add polyfill for node:test module (#20002) | Bartek Iwańczuk | |
This commit provides basic polyfill for "node:test" module. Currently only top-level "test" function is polyfilled, all remaining functions from that module throw not implemented errors. |