summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-08-28Add duplicate import testKitson Kelly
2018-08-23Improve DenoCompiler.makeDefine and localRequireKitson Kelly
2018-08-23First pass at HTTP importsRyan Dahl
2018-08-22runtime.ts refactor into compiler.ts (#564)Ryan Dahl
2018-08-21Expose deno.exit() and add test.Ryan Dahl
2018-08-20First pass at fetch()Ryan Dahl
2018-08-17chore: format files in tests/Yoshiya Hinosawa
2018-08-11Add async tests from prototypeRyan Dahl
2018-08-11Use unit_tests for readFileSync testing.Ryan Dahl
2018-08-10Add error testsKitson Kelly
2018-08-09Add readFileSyncRyan Dahl
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-02Source map support (#429)Ryan Dahl
2018-08-02Add 005_more_imports.tsRyan Dahl
2018-07-29Add tests/003_relative_import.tsRyan Dahl
2018-07-21Add tools/test.py test runner. (#384)Ryan Dahl