Created
June 8, 2012 21:43
-
-
Save darrenderidder/2898240 to your computer and use it in GitHub Desktop.
serialize some async functions in node 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var init = require('./test/common/init'); | |
// a list of functions that we want to call, in order | |
var steps = [ | |
init.createSubscriberTable, | |
init.clearSubscriberTable, | |
init.createTestSubscribers, | |
init.createSubscriberNoticesTable, | |
init.clearSubscriberNoticesTable, | |
init.createTestSubscriberNotices | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment