You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a way to undo a Deno.revokePermission(). Maybe it could return a Symbol or something that could be passed to Deno.restorePermission().
This would allow the JS unit tests to be run with just a deno test by using it in testPerm().
It would be nice if there was a way to undo a
Deno.revokePermission()
. Maybe it could return aSymbol
or something that could be passed toDeno.restorePermission()
.This would allow the JS unit tests to be run with just a
deno test
by using it intestPerm()
.Not sure how it translates to #2767.
The text was updated successfully, but these errors were encountered: