import * as chai from 'chai'
import * as Faker from 'faker'
import 'mocha'

const expect = chai.expect

export {
  expect,
  Faker
}
