diff --git a/test/resource.test.ts b/test/resource.test.ts index 24b46ccf..ed5a14ba 100644 --- a/test/resource.test.ts +++ b/test/resource.test.ts @@ -1,5 +1,12 @@ import { describe, expect, it } from "./suite.ts"; -import { type Operation, resource, run, sleep, spawn, suspend } from "../mod.ts"; +import { + type Operation, + resource, + run, + sleep, + spawn, + suspend, +} from "../mod.ts"; type State = { status: string };