fix(zones): bump zone version to 0.6.15 (#10953)

This fixes issues with microtasks being called too early
in certain tests.
This commit is contained in:
Julie Ralph
2016-08-19 14:35:26 -07:00
committed by Kara
parent 8a5eb08672
commit bb7d55244d
9 changed files with 11 additions and 11 deletions

View File

@ -70,7 +70,7 @@ function runInTestZone(fn: Function, finishCallback: Function, failCallback: Fun
if (ProxyZoneSpec === undefined) {
throw new Error(
'ProxyZoneSpec is needed for the async() test helper but could not be found. ' +
'Please make sure that your environment includes zone.js/dist/proxy-zone.js');
'Please make sure that your environment includes zone.js/dist/proxy.js');
}
const proxyZoneSpec = ProxyZoneSpec.get();
ProxyZoneSpec.assertPresent();