issues
search
PrimeDAO
/
prime-deals-dapp
DAO to DAO negotiations facilitated, ratified, and archived.
https://www.prime.xyz/deals
3
stars
1
forks
source link
Tests: Improve mocking of automated tests
#974
Open
hiaux0
opened
2 years ago
hiaux0
commented
2 years ago
don't mock EthereumService
Try to get rid of as many
if (window.Cypress)
in
main.ts
as possible
Ideal: Application does not know about Automated Testing framework at all
or at least minimize
just pass Cypress.aurelia, so we can access the dependency
container
Fix bundling, so that we can directly import Services
if (window.Cypress)
inmain.ts
as possiblecontainer