We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitest.config.ts
vitest.config.mts
1 parent db63efe commit db3ec08Copy full SHA for db3ec08
.github/workflows/test.yaml
@@ -89,7 +89,7 @@ jobs:
89
- name: Install build artifact
90
run: yarn add ./package.tgz
91
92
- - run: sed -i -e /@remap-prod-remove-line/d ./tsconfig.json ./vitest.config.ts ./test/tsconfig.json ./test/typescript/tsconfig.json
+ - run: sed -i -e /@remap-prod-remove-line/d ./tsconfig.json ./vitest.config.mts ./test/tsconfig.json ./test/typescript/tsconfig.json
93
94
- name: Run tests, against dist
95
run: yarn test
0 commit comments