UNPKG

fixings

Version:

A general-purpose plugin system to add your own plugin system to any project

10 lines (7 loc) 200 B
var expect = require('chai').expect describe('Synchronous testing', () => { require('./tests/index.sync.spec') }) describe('Asynchronous testing', () => { require('./tests/index.async.spec') })