ci does not run yarn test
Closed this issue · 1 comments
dckc commented
it got dropped: https://github.com/Agoric/dapp-offer-up/pull/73/files#r1550068488
I see why:
- it invokes e2e tests without supplying relevant context
yarn test --exclude '**/e2e/**'
seems to address that, but...
- the
ui/
tests hang in watch mode
cc @0xpatrickdev @rabi-siddique @LuqiPan @turadg @samsiegart
0xpatrickdev commented
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.