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 117cb2b commit 64b3f46Copy full SHA for 64b3f46
bean_counting.test.ts
@@ -6,5 +6,4 @@ import {
6
import { assert } from "./testing.ts";
7
8
Deno.test("Main", () => {
9
-
10
});
readme.md
@@ -1,5 +1,7 @@
1
# Eloquent JavaScript
2
3
+All the code here uses Deno, instead of Node.js.
4
+
5
My internet just gone and I just found I had Eloquent JavaScript downloaded sooo
I will update the test to use std/testing.ts as soon my internet is back.
0 commit comments