diff options
author | Chris Knight <cknight1234@gmail.com> | 2020-03-15 15:48:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 11:48:46 -0400 |
commit | 620dd9724d4f8568efebb1642b49c653de9424cd (patch) | |
tree | e57827e536c264189f151ffebffe7e9faaae0c46 /std/node/_fs/testdata | |
parent | dc6e0c3591709d6f8887bb672af1de54dfc8a974 (diff) |
refactor: move existing fs implementation to internal _fs directory (#4381)
Diffstat (limited to 'std/node/_fs/testdata')
-rw-r--r-- | std/node/_fs/testdata/hello.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |