Skip to content

Commit 776dd39

Browse files
committed
Update testings
1 parent 833a29f commit 776dd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/issue-363/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { assertEquals } from "jsr:@std/assert";
22

3-
import { fs } from "http://localhost:8080/memfs";
3+
import { fs } from "http://localhost:8080/memfs@4.39.0";
44

55
Deno.test("issue #363", () => {
66
fs.writeFileSync("/hello.txt", "World!");

0 commit comments

Comments
 (0)