summaryrefslogtreecommitdiff
path: root/tests/025_hrtime.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/025_hrtime.ts')
-rw-r--r--tests/025_hrtime.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/025_hrtime.ts b/tests/025_hrtime.ts
new file mode 100644
index 000000000..417ca6982
--- /dev/null
+++ b/tests/025_hrtime.ts
@@ -0,0 +1,3 @@
+console.log(performance.now() % 2 !== 0);
+Deno.revokePermission("hrtime");
+console.log(performance.now() % 2 === 0);