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 a19459f commit 37e1db1Copy full SHA for 37e1db1
plus-one-linked-list/test.ts
@@ -3,7 +3,7 @@ import { ArrayToListNode } from "../reverse-linked-list/ArrayToListNode.ts";
3
import { ListNodeToArray } from "../reverse-linked-list/ListNodeToArray.ts";
4
import plusOne from "./index.ts";
5
6
-Deno.test("plus-one", () => {
+Deno.test("plus-one-linked-list", () => {
7
const inputs = [
8
[8, 9, 9],
9
[9, 9, 9],
0 commit comments