Skip to content

Commit 8ff319a

Browse files
committed
address comments
1 parent 03e3fa2 commit 8ff319a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/tests/js/Index-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ describe("<Index />", function() {
101101
expect(wrapper.find(".data-type-label")).to.have.length(1)
102102
// setProps() will cause getDerivedStateFromProps to be called once.
103103
wrapper.setProps({ src: { test1: true, test2: false } })
104-
console.log(Index.getDerivedStateFromProps);
105104
// in total, it was called thrice.
106105
expect(Index.getDerivedStateFromProps.calledThrice).to.equal(
107106
true

0 commit comments

Comments
 (0)