mirror of
https://github.com/chaijs/chai
synced 2024-11-12 23:07:06 +00:00
export chai.Assertion (#1378)
This commit is contained in:
parent
3b9bc7f56d
commit
b0f50f6402
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue