Skip to content

Commit 5031e76

Browse files
authored
chore: rename vitest.config.ts to *.mts (#1665)
1 parent 0edd12e commit 5031e76

File tree

72 files changed

+32
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+32
-28
lines changed

.changeset/lovely-hornets-destroy.md

Lines changed: 2 additions & 0 deletions

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ test-protocols:
2626
(cd ./private/smithy-rpcv2-cbor-schema && npx vitest run --globals)
2727

2828
test-unit:
29-
yarn g:vitest run -c vitest.config.ts
29+
yarn g:vitest run -c vitest.config.mts
3030

3131
test-browser:
32-
yarn g:vitest run -c vitest.config.browser.ts
32+
yarn g:vitest run -c vitest.config.browser.mts
3333

3434
# typecheck for test code.
3535
test-types:
3636
npx tsc -p tsconfig.test.json
3737

3838
test-integration:
3939
make test-browser
40-
yarn g:vitest run -c vitest.config.integ.ts
40+
yarn g:vitest run -c vitest.config.integ.mts
4141
make test-types
4242

4343
turbo-clean:
File renamed without changes.

0 commit comments

Comments
 (0)