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:
Bartek Iwańczuk 2023-04-28 00:37:03 +02:00 committed by GitHub
parent 504482dadd
commit 683dbd7f3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 75 additions and 97 deletions

View file

@ -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",