summaryrefslogtreecommitdiff
path: root/std/fs/read_json_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/read_json_test.ts')
-rw-r--r--std/fs/read_json_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/read_json_test.ts b/std/fs/read_json_test.ts
index c8aa6dcf1..a9362b0ac 100644
--- a/std/fs/read_json_test.ts
+++ b/std/fs/read_json_test.ts
@@ -5,8 +5,8 @@ import {
assertThrowsAsync,
assertThrows
} from "../testing/asserts.ts";
+import * as path from "../path/mod.ts";
import { readJson, readJsonSync } from "./read_json.ts";
-import * as path from "./path/mod.ts";
const testdataDir = path.resolve("fs", "testdata");