summaryrefslogtreecommitdiff
path: root/cli/js/custom_event_test.ts
AgeCommit message (Collapse)Author
2020-03-04refactor: rewrite testPerm into unitTest (#4231)Bartek IwaƄczuk
Rewrite "testPerm" helper function used for testing of internal runtime code. It's been renamed to "unitTest" and provides API that is extensible in the future by accepting optional "UnitTestOptions" argument. "test" helper was also removed and replaced by overloaded version of "unitTest" that takes only function argument. "UnitTestOptions" currently supports "perms" and "skip" options, where former works exactly as first argument to "testPerm" did, while the latter allows to conditionally skip tests.
2020-01-02Add missing year ranges to copyright notices (#3582)Waldir Pimenta
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl