summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/node/test.js
AgeCommit message (Collapse)Author
2023-08-02feat(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.