Skip to content

Commit f3bc8b2

Browse files
committed
fix: binary path
1 parent b35983b commit f3bc8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-tools/astro-check/test/bin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url';
55

66
describe('astro-check - binary', async () => {
77
it('Can run the binary', async () => {
8-
const childProcess = spawnSync('node', ['../dist/bin.js', '--root', './fixture'], {
8+
const childProcess = spawnSync('node', ['../bin/astro-check.js', '--root', './fixture'], {
99
cwd: fileURLToPath(new URL('./', import.meta.url)),
1010
});
1111

0 commit comments

Comments
 (0)