aboutsummaryrefslogtreecommitdiff
path: root/test/js (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-21Revert "use a lazyily initialized stream for `node:crypto` `createHash` (#2652)"Gravatar Jarred Sumner 3-80/+7
2023-04-21Revert "implement `node:events` in javascript (#2604)"Gravatar Jarred Sumner 2-451/+96
2023-04-18implement `node:events` in javascript (#2604)Gravatar dave caruso 2-96/+451
2023-04-17Fixes #2676Gravatar Jarred Sumner 1-0/+22
2023-04-17Get axios working (#2673)Gravatar Jarred Sumner 2-605/+624
2023-04-14Support importing `.txt` files as strings (#2660)Gravatar Jarred Sumner 5-0/+38
2023-04-13use a lazyily initialized stream for `node:crypto` `createHash` (#2652)Gravatar dave caruso 3-7/+80
2023-04-13Update import-meta.test.jsGravatar Dylan Conway 1-1/+1
2023-04-13fix node-net-test hang (#2649)Gravatar Ciro Spaciari 1-29/+27
2023-04-13Upgrade WebKit (#2643)Gravatar Jarred Sumner 1-1/+1
2023-04-12fix types and add more reliable tests (#2621)Gravatar Ciro Spaciari 2-312/+363
2023-04-12could include `/private/` on macosGravatar Dylan Conway 1-1/+2
2023-04-09Remove usages of `void{}` in favor of `{}`Gravatar Jarred Sumner 1-0/+3
2023-04-09Update TypeScript parsing to 5.0 (#2593)Gravatar Jarred Sumner 1-114/+0
2023-04-07Bun gets a new bundler (#2312)Gravatar Jarred Sumner 2-4/+118
2023-04-07feat(tls.Server) basic support (cert, key, rejectUnauthorized, requestCert, c...Gravatar Ciro Spaciari 4-0/+708
2023-04-06fix: export `constants` from `fs/promises` (#2567)Gravatar dave caruso 1-0/+5
2023-04-06Fix `toEqual` when the second array has extra array holes (#2580)Gravatar Dylan Conway 1-0/+49
2023-04-06Add last modify field "mtime" for FileBlob (#1431) (#2491)Gravatar Zhongwei Yao 2-0/+19
2023-04-06bun-types: infer strict `Subprocess` from `Bun.spawn()` options, part 2 (#2573)Gravatar dave caruso 4-7/+7
2023-04-06cache needs to update, move to another process (#2578)Gravatar Dylan Conway 2-156/+171
2023-04-05prependGravatar Jarred Sumner 1-7/+3
2023-04-05Add tests for `bun test` with preload scripts (#2566)Gravatar Jake Boone 1-0/+106
2023-04-05PrettierGravatar Jarred Sumner 1-2/+2
2023-04-05fix(fetch.proxy) fix proxy authentication (#2554)Gravatar Ciro Spaciari 1-17/+84
2023-04-05fix `deepEquals` with array holes and accessors (#2557)Gravatar Dylan Conway 1-0/+229
2023-04-05fix: modules to have null prototype (#2561)Gravatar hiroki osame 1-0/+4
2023-04-04Implement `import.meta.main` (#2556)Gravatar Jarred Sumner 4-0/+27
2023-04-04Dylan/fix some failing tests (#2544)Gravatar Jarred Sumner 5-23/+34
2023-04-01Add stubs for missing node builtins (#2534)Gravatar Jarred Sumner 1-0/+120
2023-03-29Fix date format (#2422) (#2474)Gravatar Adrien Zinger 1-0/+12
2023-03-28More bug fixes (#2486)Gravatar Jarred Sumner 11-257/+342
2023-03-22test(undici): rm external http reqs from tests (#2459)Gravatar Derrick Farris 1-21/+40
2023-03-22A couple bug fixes (#2458)Gravatar Dylan Conway 13-76/+300
2023-03-22Fix types (#2453)Gravatar Colin McDonnell 44-189/+302
2023-03-19Reduce number of module scopes createdGravatar Jarred Sumner 4-7/+7
2023-03-19Remove usages of port numbers in testsGravatar Jarred Sumner 6-246/+269
2023-03-19Several bug fixes (#2427)Gravatar Jarred Sumner 8-18/+125
2023-03-180 length body is a null streamGravatar Jarred Sumner 1-2/+3
2023-03-18Hanging abort testGravatar Jarred Sumner 1-1/+3
2023-03-18Make this test more thoroughGravatar Jarred Sumner 1-2/+12
2023-03-18Always clear timers in node test harnessGravatar Jarred Sumner 1-12/+30
2023-03-18Make node-net tests less flakyGravatar Jarred Sumner 1-6/+10
2023-03-18[fetch] Make the default body value `null` when unspecifiedGravatar Jarred Sumner 1-0/+39
2023-03-18:nail_care:Gravatar Dylan Conway 1-2/+2
2023-03-18Fix several bugs (#2418)Gravatar Dylan Conway 1-0/+9
2023-03-17Fix various fetch/response/request tests (#2416)Gravatar Dylan Conway 5-40/+192
2023-03-17Feat(test): add toMatch (#2404)Gravatar zhiyuan 1-0/+33
2023-03-15remove trailing commaGravatar Dylan Conway 1-4/+4
2023-03-15Fix socket tests with connection errors (#2403)Gravatar Dylan Conway 1-1/+9