UNPKG

91 Btext/coffeescriptView Raw
1assert = require "assert"
2
3describe "wat", ->
4 it "rly", (cb) ->
5 assert.ok 1
6 cb()