Skip to content

Commit 4959abf

Browse files
committed
test: fix tests
1 parent e793b2c commit 4959abf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

toolchain.config.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ module.exports = {
2020
await execa(process.execPath, [
2121
`dist/cli/index.${ext}`,
2222
'-t',
23-
'test/findScript.cts',
23+
'smoke-test/findScript.cts',
2424
'src/Astx.ts',
2525
])
2626
await execa(process.execPath, [
2727
`dist/cli/index.${ext}`,
2828
'-t',
29-
'test/findScript.mts',
29+
'smoke-test/findScript.mts',
3030
'src/Astx.ts',
3131
])
3232
}

0 commit comments

Comments
 (0)