aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/__tests__/utilsSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/__tests__/utilsSpec.js')
-rw-r--r--web/src/js/__tests__/utilsSpec.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/src/js/__tests__/utilsSpec.js b/web/src/js/__tests__/utilsSpec.js
index 9a1a0750..d0beca14 100644
--- a/web/src/js/__tests__/utilsSpec.js
+++ b/web/src/js/__tests__/utilsSpec.js
@@ -83,11 +83,6 @@ describe('pure', () => {
expect(utils.pure(tFunc).displayName).toEqual('tFunc')
})
- it('should suggest when should component update', () => {
- expect(f.shouldComponentUpdate('foo')).toBeTruthy()
- expect(f.shouldComponentUpdate('bar')).toBeFalsy()
- })
-
it('should render properties', () => {
expect(f.render()).toEqual(tFunc('bar'))
})