Skip to content

Commit 879b236

Browse files
committed
test(sea): fix import path in detect test
Changed import from '../executable/detect.mts' to './detect.mts' to match the actual file location.
1 parent 55a5be8 commit 879b236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/utils/sea/detect.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { describe, expect, it } from 'vitest'
44

5-
import { getSeaBinaryPath, isSeaBinary } from '../executable/detect.mts'
5+
import { getSeaBinaryPath, isSeaBinary } from './detect.mts'
66

77
describe('SEA detection utilities', () => {
88
describe('isSeaBinary', () => {

0 commit comments

Comments
 (0)