mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
test: Fix broken test and remove redundant test file (#4390)
This commit is contained in:
parent
1edb20b399
commit
62942749e6
2 changed files with 1 additions and 114 deletions
|
@ -31,7 +31,7 @@ test(function requireBuiltin() {
|
|||
assert("readFileSync" in fs);
|
||||
const { readFileSync, isNull, extname } = require_("./tests/cjs/cjs_builtin");
|
||||
assertEquals(
|
||||
readFileSync("./node/testdata/hello.txt", { encoding: "utf8" }),
|
||||
readFileSync("./node/_fs/testdata/hello.txt", { encoding: "utf8" }),
|
||||
"hello world"
|
||||
);
|
||||
assert(isNull(null));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue