This repository was archived by the owner on May 22, 2025. It is now read-only.

Description
🐛 Bug Report
In the branch issue-1050/update-tests when running all tests via yarn test in one of the packages many of the tests will fail including test/dao/dao-token-new.test.js and test/dao/dao-id-assign.test.js but when run individually they pass
To Reproduce
- switch to branch
issue-1050/update-tests
- start the pretest
yarn test in packages/cli, test will fail
npx jest test/dao/dao-id-assign.test.js, test will pass
Expected behavior
Test should pass whether it is being run on its own or in the batch
Actual Behavior
Tests failed in the full suite run but passed on their own
Context
Mainnet or testnet?
Devchain
Organization
(Enter the URL or ENS name of your organization.)
Environment
- OS and OS version: macOS 11.2.2
- Browser and browser version: N/A
- Add any other context about the problem here.
Reproducible Demo
(Paste the link to an example repo, and exact instructions to reproduce the issue.)