aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/util.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-24test: Promisify basic tests (#1018)Gravatar Albert Putra Purnama 1-274/+0
* Promisify basic tests * Add License header from node * Add tests to complete existing promisify parity with node * Update expected error message from nodejs test
2022-08-05feat(util): support for util.TextDecoder (#990)Gravatar Hyro 1-0/+8
* build:(landing) automated website build * Revert "build:(landing) automated website build" This reverts commit ddee8485fd8b76160962c410b885e17aaff95b4e. * feat(util): support for util.TextDecoder * tests(util): add TextDecoder * tests: seperate text-decoder Co-authored-by: xHyroM <xHyroM@users.noreply.github.com>
2022-08-05Fix for bearer tokens missing from request headers on bun install step (#991)Gravatar Soney Mathew 1-0/+23
2022-07-25Increasing test coverage for node compatibility for util (#854)Gravatar Soney Mathew 1-2/+232
* [Bun.js] support for util.TextEncoder * [Bun.js] test for util.TextEncoder * [Bun.js] tests ported from node's test-util
2022-07-23[Bun.js] support for util.TextEncoder (#844)Gravatar Soney Mathew 1-0/+13
* [Bun.js] support for util.TextEncoder * [Bun.js] test for util.TextEncoder