We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833a29f commit 776dd39Copy full SHA for 776dd39
test/issue-363/test.ts
@@ -1,6 +1,6 @@
1
import { assertEquals } from "jsr:@std/assert";
2
3
-import { fs } from "http://localhost:8080/memfs";
+import { fs } from "http://localhost:8080/memfs@4.39.0";
4
5
Deno.test("issue #363", () => {
6
fs.writeFileSync("/hello.txt", "World!");
0 commit comments