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

ReferenceError: context is not defined when running ui test from `yarn create...` #102

Open dckc opened 2 months ago

dckc commented 2 months ago
 1780  yarn create @agoric/dapp hash-fun
 1781  cd hash-fun/
 1782  yarn
 1783  cd ui
 1784  yarn test
 FAIL  test/e2e/specs/test.spec.js [ test/e2e/specs/test.spec.js ]
ReferenceError: context is not defined
 ❯ test/e2e/specs/test.spec.js:4:3

offer-up is currently at: 1f75e6a