lint fix
parent
b8081d970c
commit
600e3ce48b
|
@ -5,12 +5,7 @@ import {
|
||||||
parsePageRef,
|
parsePageRef,
|
||||||
validatePageName,
|
validatePageName,
|
||||||
} from "./page_ref.ts";
|
} from "./page_ref.ts";
|
||||||
import {
|
import { assertEquals, AssertionError, assertThrows } from "@std/assert";
|
||||||
assert,
|
|
||||||
assertEquals,
|
|
||||||
AssertionError,
|
|
||||||
assertThrows,
|
|
||||||
} from "@std/assert";
|
|
||||||
|
|
||||||
Deno.test("Page utility functions", () => {
|
Deno.test("Page utility functions", () => {
|
||||||
// Base cases
|
// Base cases
|
||||||
|
|
Loading…
Reference in New Issue