mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Also conditionally disabled one test if there's not enough space on device.
This commit is contained in:
parent
504482dadd
commit
683dbd7f3b
13 changed files with 75 additions and 97 deletions
|
@ -12,7 +12,6 @@ if (import.meta.main) {
|
|||
const { stdout, stderr, code } = await new Deno.Command(Deno.execPath(), {
|
||||
args: [
|
||||
"run",
|
||||
"--enable-testing-features-do-not-use",
|
||||
"--allow-read",
|
||||
"--allow-run",
|
||||
"--allow-ffi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue