summaryrefslogtreecommitdiff
path: root/js/permissions_test.ts
AgeCommit message (Collapse)Author
2019-03-07Remove 'deno' builtin module (#1895)Kitson Kelly
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-03-04Allow inspection and revocation of permissions (#1875)Simon Menke