act
Version:
An animation engine for the canvas and dom
16 lines (11 loc) • 608 B
text/coffeescript
#──────────────────────────────────────────────────────
# Globals for mocha testing
#──────────────────────────────────────────────────────
# Include common testing modules
_ = global._ = require 'underscore'
# Include chai
global.chai = chai = require "chai"
global.assert = assert = chai.assert
global.expect = expect = chai.expect
# Extend global object with chai.should
chai.should()