Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5999150
replace jasmine with vitest
dynst Aug 15, 2025
ac54aa6
tsconfig: add vitest/globals
dynst Aug 15, 2025
881fa0e
yarn up -R @jridgewell/source-map
dynst Aug 18, 2025
376ee7b
replace jasmine expect().withContext() with Jest/vitest expect() 2nd …
dynst Aug 18, 2025
59295dd
s/xit/describe.skip/
dynst Oct 8, 2025
3a98ad7
tendermint-rpc: s/xit/it.skip/
dynst Oct 8, 2025
9f858ce
encoding: replace jasmine expect().withContext()
dynst Oct 8, 2025
0e87bd9
amino: s/jasmine.stringMatching/expect.stringMatching/
dynst Oct 8, 2025
9165c6b
tendermint-rpc: revert to jasmine
dynst Oct 8, 2025
0023b21
tendermint-rpc: remove vitest/globals in tsconfig
dynst Oct 8, 2025
fb5a03b
proto-signing: s/jasmine.objectContaining/expect.objectContaining/
dynst Oct 8, 2025
59d809e
faucet: s/jasmine.objectContaining/expect.objectContaining/
dynst Oct 8, 2025
26fd399
stargate: revert to jasmine
dynst Oct 8, 2025
5716b44
stargate: no more vitest/globals types
dynst Oct 8, 2025
74c0361
cosmwasm-stargate: revert to jasmine
dynst Oct 8, 2025
e088e4d
cosmwasm-stargate: remove vitest/globals in tsconfig
dynst Oct 8, 2025
f455833
drop argument from 'yarn test --stream'
dynst Oct 8, 2025
8fa25bb
cosmwasm-stargate: really revert to jasmine
dynst Oct 9, 2025
67ef3cd
stargate: really revert to jasmine
dynst Oct 9, 2025
57ba6f4
stream: test rejected promise
dynst Oct 9, 2025
a59e31f
stream: give re-subscribe test a 10s timeout instead of 5s
dynst Oct 9, 2025
67f7aaa
stream: halve the run time of re-subscribe test
dynst Oct 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
SKIP_BUILD: 1
WASMD_ENABLED: 1
SES_ENABLED: 1
run: yarn test --stream
run: yarn run test

test-backends:
strategy:
Expand Down
Loading
Loading