Skip to content

Commit f2e3134

Browse files
committed
fix: update scripts dev test import path
1 parent d991005 commit f2e3134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/scripts-dev/default-start.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, expect, it } from "vitest";
22

3-
import { isAlreadyRunningStartError } from "../../scripts/dev/src/shared/default-start";
3+
import { isAlreadyRunningStartError } from "../../tools/dev/src/shared/default-start";
44

55
describe("isAlreadyRunningStartError", () => {
66
it("matches the standard already-running message for the same target", () => {

0 commit comments

Comments
 (0)