Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make code pass lint #55

Closed
wants to merge 10 commits into from

make basic.js pass lint

  • Loading branch information
Eeems committed May 12, 2014
commit 2d896ae5e5e0138922242834b71ed7fb0f9c9917
@@ -1,6 +1,6 @@
var test = require('tape')
var test = require('tape');

test('TODO', function (t) {
t.ok(true)
t.end()
})
t.ok(true);
t.end();
});
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.