UNPKG

dynamic

Version:
18 lines (13 loc) 363 B
/* * Dynamic - Declarative DOM behaviour * Copyright (c) Dan Phillimore (asmblah) * https://github.com/asmblah/dynamic * * Released under the MIT license * https://github.com/asmblah/dynamic/raw/master/MIT-LICENSE.txt */ 'use strict'; var chai = require('chai'), sinonChai = require('sinon-chai'); global.expect = chai.expect; chai.use(sinonChai);