Skip to content

Commit b0f50f6

Browse files
author
rbruckheimer
authored
export chai.Assertion (#1378)
1 parent 3b9bc7f commit b0f50f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import chai from './index.js';
22

33
export const expect = chai.expect;
44
export const version = chai.version;
5+
export const Assertion = chai.Assertion;
56
export const AssertionError = chai.AssertionError;
67
export const util = chai.util;
78
export const config = chai.config;

0 commit comments

Comments
 (0)