Code coverage report for src/scheduler/asap.ts

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

All files » src/scheduler/ » asap.ts
1 2 31   1
import {AsapScheduler} from './AsapScheduler';
 
export const asap = new AsapScheduler();