We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4037a81 commit 8f4c5e0Copy full SHA for 8f4c5e0
2 files changed
mod_test.ts
@@ -6,7 +6,7 @@ import { fsselect } from "./mod.ts";
6
7
Deno.test("if 'select * from .' works", async () => {
8
const result = await fsselect("select * from .");
9
- assert(result.length === 15);
+ assert(result.length === 16);
10
});
11
12
Deno.test("if 'select * from root' works", async () => {
root/test_folder_with_folder/a-folder/index.txt
0 commit comments