Skip to content

Commit

Permalink
export chai.Assertion (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbruckheimer committed Mar 3, 2021
1 parent 3b9bc7f commit b0f50f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.mjs
Expand Up @@ -2,6 +2,7 @@ import chai from './index.js';

export const expect = chai.expect;
export const version = chai.version;
export const Assertion = chai.Assertion;
export const AssertionError = chai.AssertionError;
export const util = chai.util;
export const config = chai.config;
Expand Down

0 comments on commit b0f50f6

Please sign in to comment.