mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
chore: move test files to testdata directory (#11601)
This commit is contained in:
parent
a0285e2eb8
commit
15a763152f
1089 changed files with 1150 additions and 1160 deletions
|
@ -37,7 +37,7 @@ unitTest({ perms: { net: true } }, async function resourcesNet() {
|
|||
|
||||
unitTest({ perms: { read: true } }, async function resourcesFile() {
|
||||
const resourcesBefore = Deno.resources();
|
||||
const f = await Deno.open("cli/tests/hello.txt");
|
||||
const f = await Deno.open("cli/tests/testdata/hello.txt");
|
||||
const resourcesAfter = Deno.resources();
|
||||
f.close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue