Skip to content

Commit

Permalink
fixup! fix(platform-browser): update started state on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
iRealNirmal committed Apr 15, 2021
1 parent 2cd52b6 commit 68f35cc
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -133,7 +133,6 @@ import {el} from '../../testing/src/browser_util';

expect(player.hasStarted()).toBeFalsy();
flushMicrotasks();
expect(player.hasStarted()).toBeFalsy();

player.play();
flushMicrotasks();
Expand Down

0 comments on commit 68f35cc

Please sign in to comment.