chai     = require 'chai'
promised = require 'chai-as-promised'

chai.use(promised)

module.exports = chai