build-onchain-apps
build-onchain-apps copied to clipboard
Bug: Failing unit tests within template/web/app
Describe the bug and the steps to reproduce it
- Add jest.config.js
rootsvalue '<rootDir>/app/'. - Run
npm run testin /template/web/app. - 3 tests will fail:
ContractDemo.test.tsxNotConnected.test.tsxuseOnchainCoffeeMemos.test.tsx
What's the expected behavior?
Tests should pass.
What version of the libraries are you using?
No response
insted of npm run test try yarn install and yarn run test
@cpcramer, did you try the above?