From 620dd9724d4f8568efebb1642b49c653de9424cd Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Sun, 15 Mar 2020 15:48:46 +0000 Subject: refactor: move existing fs implementation to internal _fs directory (#4381) --- std/node/_fs/testdata/hello.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 std/node/_fs/testdata/hello.txt (limited to 'std/node/_fs/testdata') diff --git a/std/node/_fs/testdata/hello.txt b/std/node/_fs/testdata/hello.txt new file mode 100644 index 000000000..95d09f2b1 --- /dev/null +++ b/std/node/_fs/testdata/hello.txt @@ -0,0 +1 @@ +hello world \ No newline at end of file -- cgit v1.2.3