We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5fc25 commit 0efda4bCopy full SHA for 0efda4b
index.test-d.ts
@@ -6,9 +6,9 @@ import * as chaiExclude from './chai-exclude'
6
7
chai.use(chaiExclude)
8
9
-// BDD API (expect)
10
const object = { str: 'a', num: 1 }
11
+// BDD API (expect)
12
expectType<Chai.Assertion>(chai.expect(object).excluding('str'))
13
expectType<Chai.Assertion>(chai.expect(object).excluding(['str', 'num']))
14
expectType<Chai.Assertion>(chai.expect(object).excludingEvery('str'))
0 commit comments