From 62942749e6982b9aee24c22a5abdbc44b7f0e6b6 Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Mon, 16 Mar 2020 11:40:36 +0000 Subject: test: Fix broken test and remove redundant test file (#4390) --- std/node/module_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/node/module_test.ts') diff --git a/std/node/module_test.ts b/std/node/module_test.ts index 7415f1845..6de5bd66e 100644 --- a/std/node/module_test.ts +++ b/std/node/module_test.ts @@ -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)); -- cgit v1.2.3