summaryrefslogtreecommitdiff
path: root/cli/js/tests/net_test.ts
AgeCommit message (Expand)Author
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl
2020-05-11Merge std_tests.rs into integration_tests.rs.rs (#5228)Ryan Dahl
2020-04-29refactor: Deno.listener closes when breaking out of async iterator (#4976)Bartek Iwańczuk
2020-04-28refactor: factor out datagram from Deno.listen(), make it unstable (#4968)Bartek Iwańczuk
2020-04-28Remove Conn.closeRead (#4970)Ryan Dahl
2020-04-28BREAKING: Remove Deno.EOF, use null instead (#4953)Nayeem Rahman
2020-04-28BREAKING: address renamed to path in UnixAddr UnixConnectOptions UnixListenOp...Ali Hasani
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-24Revert "avoid using same port number for test (#4147)"Bartek Iwańczuk
2020-03-23feat: Support Unix Domain Sockets (#4176)João Souto
2020-03-21avoid using same port number for test (#4147)Yusuke Sakurai
2020-03-19refactor: rename Deno.TestDefinition.skip to ignore (#4400)Bartek Iwańczuk
2020-03-11Add waker to StreamResource to fix hang on close bugs (#4293)João Souto
2020-03-10refactor: uncomment tests broken tests, use skip (#4311)Bartek Iwańczuk
2020-03-10reorg: move js runtime tests to cli/js/tests/ (#4250)Bartek Iwańczuk