Skip to content

Commit 6e69a93

Browse files
authored
Accidentally a console.log
1 parent 772714d commit 6e69a93

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/mark.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ describe('createMark', () => {
207207
const fooBar = new FooBar()
208208
getMarks(fooBar)
209209
expect(initialize).to.have.callCount(0)
210-
console.log(...getMarks(fooBar))
211210
initializeMarks(fooBar)
212211
const accessFor = (field: PropertyKey) => Object.getOwnPropertyDescriptor(FooBar.prototype, field)
213212
expect(initialize).to.be.calledWithExactly(fooBar, {

0 commit comments

Comments
 (0)