Code coverage report for src/scheduler/animationFrame.ts

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (2 / 2)      Ignored: none     

All files » src/scheduler/ » animationFrame.ts
1 2 3 41   1  
import {AnimationFrameScheduler} from './AnimationFrameScheduler';
 
export const animationFrame = new AnimationFrameScheduler();