sf snapshot: uncommitted changes after 111m inactivity
This commit is contained in:
parent
0037f44677
commit
7c348704ec
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@ import { mkdtempSync, readFileSync } from "node:fs";
|
|||
import { tmpdir } from "node:os";
|
||||
import { join } from "node:path";
|
||||
import { test } from 'vitest';
|
||||
import { resolveAutoSupervisorConfig } from "../preferences.ts";
|
||||
import { resolveAutoSupervisorConfig } from "../preferences.js";
|
||||
import {
|
||||
readUnitRuntimeRecord,
|
||||
writeUnitRuntimeRecord,
|
||||
} from "../unit-runtime.ts";
|
||||
} from "../unit-runtime.js";
|
||||
|
||||
test("resolveAutoSupervisorConfig provides safe timeout defaults", () => {
|
||||
const supervisor = resolveAutoSupervisorConfig();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue