Skip to content

Commit aab65be

Browse files
committed
reorganize imports
1 parent 49e80a0 commit aab65be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// This code is Deno only
22

3+
import { assert } from "@std/assert/assert";
34
import { assertEquals } from "@std/assert/equals";
45
import { assertNotEquals } from "@std/assert/not-equals";
56
import { assertThrows } from "@std/assert/throws";
67
import { EXAMPLE_SENTENCES, MALFORMED_SENTENCES } from "../examples.ts";
78
import { parse } from "./parser.ts";
89
import { KU_LILI, KU_SULI, PU } from "./ucsur.ts";
9-
import { assert } from "@std/assert/assert";
1010

1111
Deno.test("AST all distinct", () => {
1212
for (const sentence of EXAMPLE_SENTENCES) {

0 commit comments

Comments
 (0)