Skip to content

Instantly share code, notes, and snippets.

suite("name of test suite", function(require) {
var MapPicker = require('../../require/some/module')
test('test something', function() {
assert.equal(some, things)
})
})