fix(core): update
This commit is contained in:
8
test/testassets/mytest.json
Normal file
8
test/testassets/mytest.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"key1": "this works",
|
||||
"key2": "this works too",
|
||||
"key3": {
|
||||
"nestedkey1": "hello"
|
||||
}
|
||||
}
|
||||
|
1
test/testassets/mytest.txt
Normal file
1
test/testassets/mytest.txt
Normal file
@ -0,0 +1 @@
|
||||
Some TestString &&%$
|
4
test/testassets/mytest.yaml
Normal file
4
test/testassets/mytest.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
key1: this works
|
||||
key2: this works too
|
||||
key3:
|
||||
nestedkey1: hello
|
@ -0,0 +1 @@
|
||||
okidoks
|
1
test/testassets/temp/subfolder/subtestfile.txt
Normal file
1
test/testassets/temp/subfolder/subtestfile.txt
Normal file
@ -0,0 +1 @@
|
||||
hi
|
1
test/testassets/temp/testMemToFs.txt
Normal file
1
test/testassets/temp/testMemToFs.txt
Normal file
@ -0,0 +1 @@
|
||||
myString
|
1
test/testassets/temp/testMemToFsSync.txt
Normal file
1
test/testassets/temp/testMemToFsSync.txt
Normal file
@ -0,0 +1 @@
|
||||
myString
|
0
test/testassets/temp/testfile1.txt
Normal file
0
test/testassets/temp/testfile1.txt
Normal file
0
test/testassets/temp/testfile2.txt
Normal file
0
test/testassets/temp/testfile2.txt
Normal file
0
test/testassets/temp/testoutput/testfile1.txt
Normal file
0
test/testassets/temp/testoutput/testfile1.txt
Normal file
0
test/testassets/temp/testoutput/testfile2.txt
Normal file
0
test/testassets/temp/testoutput/testfile2.txt
Normal file
@ -0,0 +1 @@
|
||||
okidoks
|
1
test/testassets/testfolder/subfolder/subtestfile.txt
Normal file
1
test/testassets/testfolder/subfolder/subtestfile.txt
Normal file
@ -0,0 +1 @@
|
||||
hi
|
0
test/testassets/testfolder/testfile1.txt
Normal file
0
test/testassets/testfolder/testfile1.txt
Normal file
0
test/testassets/testfolder/testfile2.txt
Normal file
0
test/testassets/testfolder/testfile2.txt
Normal file
Reference in New Issue
Block a user