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-12 | chore: deno_core -> 0.201.0 (#20135) | Matt Mastracci | |
2023-08-02 | fix(node): node:test reports correct location (#20025) | Bartek Iwańczuk | |
Also removed some noisy output that caused test flakiness. | |||
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. |