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 1289170 commit bae6ad0Copy full SHA for bae6ad0
.github/workflows/tests.yml
@@ -351,7 +351,8 @@ jobs:
351
pnpm install
352
cd ts-language-server
353
354
- node --test --import=tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage.lcov tests/*.test.ts
+ # node --test --import=tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage.lcov tests/*.test.ts
355
+ node --test import=tsx tests/*.test.ts
356
357
- uses: codecov/codecov-action@v3
358
with:
0 commit comments