From d2327469284327c5ec9bbf72d5d16b9b9f8135d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 21 Nov 2022 14:36:26 +0100 Subject: feat(core): Ability to create snapshots from existing snapshots (#16597) Co-authored-by: crowlkats --- runtime/js/90_deno_ns.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/js/90_deno_ns.js') diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index 16dd5c72f..cd6c07464 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -7,8 +7,6 @@ __bootstrap.denoNs = { metrics: core.metrics, - test: __bootstrap.testing.test, - bench: __bootstrap.testing.bench, Process: __bootstrap.process.Process, run: __bootstrap.process.run, isatty: __bootstrap.tty.isatty, -- cgit v1.2.3