Skip to content

Commit

Permalink
Export chai object as default in assert/chai
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed Sep 23, 2016
1 parent a1fb08e commit 929f0bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assert/chai.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ chai.use(require('chai-as-promised'));

export const expect = chai.expect;
export const should = chai.should;

export default chai;

0 comments on commit 929f0bc

Please sign in to comment.