megaplot
megaplot copied to clipboard
Add Angular integration tests
In order to batch tasks, Angular uses Zones: https://angular.io/guide/zone
In particular, Angular's testing infrastructure aggressively commands the passage of time by monkey patching requestAnimationFrame and other timing functions.
To ensure ongoing compatibility with Angular, Megaplot should include one or more integration tests which run using Angular's testing stack.