We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772714d commit 6e69a93Copy full SHA for 6e69a93
1 file changed
test/mark.ts
@@ -207,7 +207,6 @@ describe('createMark', () => {
207
const fooBar = new FooBar()
208
getMarks(fooBar)
209
expect(initialize).to.have.callCount(0)
210
- console.log(...getMarks(fooBar))
211
initializeMarks(fooBar)
212
const accessFor = (field: PropertyKey) => Object.getOwnPropertyDescriptor(FooBar.prototype, field)
213
expect(initialize).to.be.calledWithExactly(fooBar, {
0 commit comments