Skip to content

Commit 8b6ec6e

Browse files
committed
fix(test): remove unused path import in migrate apply test
1 parent 57fb120 commit 8b6ec6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/commands/migrate/apply.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Migration apply tests cover backups, filtering, provider apply calls, and report output.
2-
import path from "node:path";
32
import { afterAll, beforeAll, describe, expect, it, vi } from "vitest";
43
import type { MigrationPlan, MigrationProviderPlugin } from "../../plugins/types.js";
54
import { createNonExitingRuntime } from "../../runtime.js";

0 commit comments

Comments
 (0)