We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a5be8 commit 879b236Copy full SHA for 879b236
packages/cli/src/utils/sea/detect.test.mts
@@ -2,7 +2,7 @@
2
3
import { describe, expect, it } from 'vitest'
4
5
-import { getSeaBinaryPath, isSeaBinary } from '../executable/detect.mts'
+import { getSeaBinaryPath, isSeaBinary } from './detect.mts'
6
7
describe('SEA detection utilities', () => {
8
describe('isSeaBinary', () => {
0 commit comments