Skip to content

Commit 6ea5c8f

Browse files
chore: reorder imports in url.test.js
1 parent ff358ee commit 6ea5c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/url.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { TestRunner } from "./tester";
21
import Url from "../utils/Url";
2+
import { TestRunner } from "./tester";
33

44
export async function runUrlTests(writeOutput) {
55
const runner = new TestRunner("URL / SAF URI Tests");

0 commit comments

Comments
 (0)