Use imports

This commit is contained in:
2023-05-20 10:02:38 +08:00
parent f0b032e948
commit f13387163c
11 changed files with 22 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";
import { assertEquals } from "std/testing/asserts.ts";
import { check_running } from "./pid_check.ts";
import { promiseState, sleep } from "./utils.ts";