We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae5766 commit 43f5896Copy full SHA for 43f5896
.gitattributes
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
59
# - run: rm -rf coverage
60
61
- # - run: npm run test:integration
+ # - run: pnpm test:integration
62
# - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
63
# with:
64
# token: ${{ secrets.CODECOV_TOKEN }}
vitest.config.ts
@@ -1,4 +1,3 @@
1
-/* eslint-disable import-x/no-default-export */
2
import tsconfigPaths from 'vite-tsconfig-paths'
3
import { coverageConfigDefaults, defineConfig } from 'vitest/config'
4
0 commit comments