summaryrefslogtreecommitdiff
path: root/tests.ts
AgeCommit message (Collapse)Author
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.