Skip to content

Instantly share code, notes, and snippets.

@Raynos

Raynos/x.js Secret

Created June 26, 2014 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/899aa04640e1c23678be to your computer and use it in GitHub Desktop.
Save Raynos/899aa04640e1c23678be to your computer and use it in GitHub Desktop.
// tape style mocha
var test = require('mocha').it
var assert = require('assert')
var readySignal = require('../index.js')
test('ready signal does shit', function (end) {
assert.equal(typeof readySignal, 'function')
end()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment