Skip to content

Instantly share code, notes, and snippets.

@Holovin
Created July 10, 2017 08:27
Show Gist options
  • Select an option

  • Save Holovin/b2473615dc53b0861409c2ed25c6dd45 to your computer and use it in GitHub Desktop.

Select an option

Save Holovin/b2473615dc53b0861409c2ed25c6dd45 to your computer and use it in GitHub Desktop.
Jasmine test: wait angular timeout
// flush timeout(s) for all code under test.
$timeout.flush();
// this will throw an exception if there are any pending timeouts.
$timeout.verifyNoPendingTasks();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment