Agoric / dapp-offer-up

Offer Up is a simple Dapp for the Agoric smart contract platform that permits users to explore items for sale in a marketplace
6 stars 5 forks source link

ci does not run yarn test #77

Closed dckc closed 2 months ago

dckc commented 5 months ago

it got dropped: https://github.com/Agoric/dapp-offer-up/pull/73/files#r1550068488

I see why:

cc @0xpatrickdev @rabi-siddique @LuqiPan @turadg @samsiegart

0xpatrickdev commented 5 months ago

the ui/ tests hang in watch mode

It should not run in watch mode during CI, only locally. Try CI=true yarn test --exclude "**/e2e/**" to simulate a CI run.

https://vitest.dev/config/#watch