We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9bc7f commit b0f50f6Copy full SHA for b0f50f6
index.mjs
@@ -2,6 +2,7 @@ import chai from './index.js';
2
3
export const expect = chai.expect;
4
export const version = chai.version;
5
+export const Assertion = chai.Assertion;
6
export const AssertionError = chai.AssertionError;
7
export const util = chai.util;
8
export const config = chai.config;
0 commit comments