We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35983b commit f3bc8b2Copy full SHA for f3bc8b2
packages/language-tools/astro-check/test/bin.test.ts
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url';
5
6
describe('astro-check - binary', async () => {
7
it('Can run the binary', async () => {
8
- const childProcess = spawnSync('node', ['../dist/bin.js', '--root', './fixture'], {
+ const childProcess = spawnSync('node', ['../bin/astro-check.js', '--root', './fixture'], {
9
cwd: fileURLToPath(new URL('./', import.meta.url)),
10
});
11
0 commit comments