Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

feat(zonespec): add a spec for asynchronous tests #275

Closed
wants to merge 1 commit into from

Conversation

juliemr
Copy link
Member

@juliemr juliemr commented Mar 15, 2016

This spec is constructed with a done callback and a fail callback,
and waits until all asynchronous tasks are completed before
exiting.

@juliemr
Copy link
Member Author

juliemr commented Mar 15, 2016

WIP - still needs tests.

@juliemr
Copy link
Member Author

juliemr commented Mar 18, 2016

Tests are now added! Please take a look. cc @mhevery @vikerman

@@ -0,0 +1,137 @@
/******/ (function(modules) { // webpackBootstrap
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert the dist folder. I will rebuild when we are ready to cut release

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@juliemr juliemr force-pushed the async-zone-spec branch 3 times, most recently from 23d36f8 to 9619f29 Compare March 18, 2016 17:38
This spec is constructed with a done callback and a fail callback,
and waits until all asynchronous tasks are completed before
exiting.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants