summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
This change increases size: out/debug/obj/libdeno/from_snapshot.o 19M -> 34M out/release/deno 32M -> 47M
2018-08-02Add 005_more_imports.tsRyan Dahl
And run check_output_test in order.
2018-07-29Add tests/003_relative_import.tsRyan Dahl
2018-07-21Add tools/test.py test runner. (#384)Ryan Dahl