fix: verify-package-paths

This commit is contained in:
imccyu
2026-07-18 12:39:20 +08:00
parent de19c6ca08
commit 6bc8ab5c57

View File

@@ -73,7 +73,7 @@ describe('resolveExampleLaunch', () => {
})
it('lib mode: uses an explicit plain-Node bin when provided', () => {
const fixture = '/repo/packages/support/loader-smoke/tests/fixture.ts'
const fixture = '/repo/fixture.ts'
const { args } = resolveExampleLaunch({ srcBin: fixture, libBin: fixture, mode: 'lib' })
expect(args).toContain(fixture)
})