rl-async-testing
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -0,1 +1,2 @@ | ||
/// <reference types="core-js" /> | ||
import { flushMicrotasks } from '@angular/core/testing'; | ||
@@ -2,0 +3,0 @@ export { flushMicrotasks }; |
/// <reference types="sinon" /> | ||
/// <reference types="es6-shim" /> | ||
/// <reference types="core-js" /> | ||
import { SinonSpy } from 'sinon'; | ||
@@ -4,0 +4,0 @@ export interface IMockPromiseService { |
{ | ||
"name": "rl-async-testing", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Asynchronous testing tools for rxjs and es6 promises", | ||
@@ -5,0 +5,0 @@ "author": "Renovo Development Team", |
59029
642