summaryrefslogtreecommitdiff
path: root/js/custom_event_test.ts
AgeCommit message (Collapse)Author
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
A major API change was that asserts are imported from testing/asserts.ts now rather than testing/mod.ts and assertEqual as renamed to assertEquals to conform to what is most common in JavaScript.
2019-01-23Web API: CustomEvent (#1505)Adam Conrad