Skip to content

Commit

Permalink
export chai.Assertion (#1378)
Browse files Browse the repository at this point in the history
rbruckheimer authored Mar 3, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3b9bc7f commit b0f50f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.mjs
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit b0f50f6

Please sign in to comment.