Closed dckc closed 3 months ago
it got dropped: https://github.com/Agoric/dapp-offer-up/pull/73/files#r1550068488
I see why:
yarn test --exclude '**/e2e/**'
ui/
cc @0xpatrickdev @rabi-siddique @LuqiPan @turadg @samsiegart
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.
CI=true yarn test --exclude "**/e2e/**"
https://vitest.dev/config/#watch
it got dropped: https://github.com/Agoric/dapp-offer-up/pull/73/files#r1550068488
I see why:
yarn test --exclude '**/e2e/**'
seems to address that, but...ui/
tests hang in watch modecc @0xpatrickdev @rabi-siddique @LuqiPan @turadg @samsiegart