summaryrefslogtreecommitdiff
path: root/tests.ts
AgeCommit message (Collapse)Author
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-11Run 'make fmt'Ryan Dahl
2018-06-11Improve console and stringify.Kevin (Kun) "Kassimo" Qian
2018-06-05Add `console.assert` (#102)Pig Fang
2018-06-04Lint (#83)Yingchen Xue
2018-05-29Rename deno_testing to testingRyan Dahl
2018-05-29fmt and adjust commentRyan Dahl
2018-05-28Add LICENSERyan Dahl
2018-05-28Fix wg ref counting for fetch.Ryan Dahl
2018-05-28Add writeFileSyncRyan Dahl
2018-05-28Move testdata/fetch.ts to tests.tsRyan Dahl
2018-05-28Move testdata/read_file_sync.ts to tests.tsRyan Dahl
We don't need to start a new process for every test.
2018-05-28Add tests.ts for fast unit tests.Ryan Dahl
Also deno_testing/ which will be released as a standalone module.