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 f2f61ac commit 85ee21fCopy full SHA for 85ee21f
.changeset/lovely-hornets-destroy.md
@@ -0,0 +1,2 @@
1
+---
2
Makefile
@@ -26,18 +26,18 @@ test-protocols:
26
(cd ./private/smithy-rpcv2-cbor-schema && npx vitest run --globals)
27
28
test-unit:
29
- yarn g:vitest run -c vitest.config.ts
+ yarn g:vitest run -c vitest.config.mts
30
31
test-browser:
32
- yarn g:vitest run -c vitest.config.browser.ts
+ yarn g:vitest run -c vitest.config.browser.mts
33
34
# typecheck for test code.
35
test-types:
36
npx tsc -p tsconfig.test.json
37
38
test-integration:
39
make test-browser
40
- yarn g:vitest run -c vitest.config.integ.ts
+ yarn g:vitest run -c vitest.config.integ.mts
41
make test-types
42
43
turbo-clean:
0 commit comments