Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2020-03-24 | Revert "avoid using same port number for test (#4147)" | Bartek Iwańczuk | |
Ref #4467 This reverts commit 60cee4f045778777a16b6fffd6d5b9a1400d7246. | |||
2020-03-23 | feat: Support Unix Domain Sockets (#4176) | João Souto | |
2020-03-21 | avoid using same port number for test (#4147) | Yusuke Sakurai | |
2020-03-19 | refactor: rename Deno.TestDefinition.skip to ignore (#4400) | Bartek Iwańczuk | |
2020-03-11 | Add waker to StreamResource to fix hang on close bugs (#4293) | João Souto | |
2020-03-10 | refactor: uncomment tests broken tests, use skip (#4311) | Bartek Iwańczuk | |
* uncomment broken tests, use skip: - net_test.ts - url_test.ts - fetch_test.ts | |||
2020-03-10 | reorg: move js runtime tests to cli/js/tests/ (#4250) | Bartek Iwańczuk | |
All Deno runtime test files were moved to cli/js/tests/ directory. It makes a clear distinction that cli/js/tests/ contains code that is run under Deno runtime as opposed to code in cli/js/ which is used to create bundle and snapshot with "deno_typescript". |