Guest User

Untitled

a guest
Aug 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. vows.describe("output generated by").addBatch(
  2. expectedOutput("sync-add.js", [
  3. "result: 2",
  4. "done!"
  5. ])
  6. ).addBatch(
  7. expectedOutput("async-add.js", [
  8. "done!",
  9. "result: 2"
  10. ])
  11. ).export(module);
Add Comment
Please, Sign In to add comment