embark/dapps
emizzle 81af3affc4 fix(@embark/tests): Fix failing test with `—node=embark`
## Problem
When using `embark test —node=embark` with the test app, the test that listens for contract events would always fail after timing out. Funnily enough, after the timeout, the subsequent test would run, executing a method that would ulimately fire the event listened for in the previous test, causing the second test to fail as well.

## Solution (workaround)
Update the contract events listener test in the test app to execute the `set2` method twice, successfully working around the issue.

## NOTES
The cause of the issue is unknown and why the workaround works is also unknown.

This change works with both `embark test` and `embark test —node=embark`.
2020-01-09 11:41:48 -05:00
..
templates chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
tests fix(@embark/tests): Fix failing test with `—node=embark` 2020-01-09 11:41:48 -05:00
.gitignore build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
.yarnrc build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00