export chai.Assertion (#1378)

This commit is contained in:
rbruckheimer 2021-03-03 13:20:22 -05:00 committed by GitHub
parent 3b9bc7f56d
commit b0f50f6402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;