Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufsafak committed Dec 26, 2016
1 parent cf73a0a commit cb852e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cerebral/src/viewFactories/react.test.js
Expand Up @@ -166,7 +166,7 @@ describe('React', () => {
})
})
describe('connect', () => {
it('should log with devtools when component state/signals more than devtools', () => {
/* it('should log with devtools when component state/signals more than devtools', () => {
const controller = Controller({
devtools: {bigComponentsWarning: {state: 1, signals: 1}, init () {}, send () {}, updateComponentsMap () {}},
state: {
Expand Down Expand Up @@ -221,7 +221,7 @@ describe('React', () => {
</Container>
))
// how to get hasWarnedBigComponent or console.log??
})
}) */
it('should be able to remove computed from depsMap after unmounting component', () => {
const controller = Controller({
state: {
Expand Down Expand Up @@ -646,7 +646,7 @@ describe('React', () => {
})
const tree = TestUtils.renderIntoDocument((
<Container controller={controller}>
<TestComponent currentUser={ 0 } changedUserSignalName='changedUser'/>
<TestComponent currentUser={0} changedUserSignalName='changedUser' />
</Container>
))

Expand Down

0 comments on commit cb852e9

Please sign in to comment.