Skip to content

Commit 0efda4b

Browse files
committed
Move misplaced comment
1 parent 7a5fc25 commit 0efda4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import * as chaiExclude from './chai-exclude'
66

77
chai.use(chaiExclude)
88

9-
// BDD API (expect)
109
const object = { str: 'a', num: 1 }
1110

11+
// BDD API (expect)
1212
expectType<Chai.Assertion>(chai.expect(object).excluding('str'))
1313
expectType<Chai.Assertion>(chai.expect(object).excluding(['str', 'num']))
1414
expectType<Chai.Assertion>(chai.expect(object).excludingEvery('str'))

0 commit comments

Comments
 (0)