Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |