Skip to content

Instantly share code, notes, and snippets.

@davidguttman
Created March 29, 2014 00:25
Show Gist options
  • Select an option

  • Save davidguttman/9845823 to your computer and use it in GitHub Desktop.

Select an option

Save davidguttman/9845823 to your computer and use it in GitHub Desktop.
var test = require('tape');
test('setup', function (t) {
// ...
t.end();
});
// tests go here
test('teardown', function (t) {
// ...
t.end();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment