Skip to content

Commit f70ec15

Browse files
committed
chore: remove console.log
1 parent 8e33622 commit f70ec15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/expect/src/__tests__/toEqual-dom.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ describe('toEqual', () => {
208208
a.appendChild(aSpan2);
209209
b.appendChild(bSpan1);
210210
b.appendChild(bSpan2);
211-
console.log(a.innerHTML);
212211

213212
expect(a).not.toEqual(b);
214213
expect(b).not.toEqual(a);

0 commit comments

Comments
 (0)