@danielkalen/simplybind
Version:
Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.
9 lines (8 loc) • 297 B
text/coffeescript
@SimplyBind = @simplybind
isBrowser = true
isPhantom = not Object.getOwnPropertyDescriptor(HTMLInputElement.prototype, 'value')?.get
mocha.setup('tdd')
mocha.bail() unless @isSauceLabsTest or location.hostname
EventEmitter = require('events')
require('@danielkalen/polyfills')()
require('./test')