diff options
| author | anderklander <anderklander@gmail.com> | 2017-12-14 13:55:39 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-12-22 13:54:53 +0100 |
| commit | 4b493786ab8b45ced29671f59ae7c89887e6ef4c (patch) | |
| tree | ae9abaf7eccf69fa426e6605a60ac87ba100cb7b /test | |
| parent | d3d1df97a9de4e9d3938eacc9ccdc0fc9fad9238 (diff) | |
| download | mullvadvpn-4b493786ab8b45ced29671f59ae7c89887e6ef4c.tar.xz mullvadvpn-4b493786ab8b45ced29671f59ae7c89887e6ef4c.zip | |
Lint-stuff
Diffstat (limited to 'test')
| -rw-r--r-- | test/components/Settings.spec.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/components/Settings.spec.js b/test/components/Settings.spec.js index 2baede24a2..bef928fcee 100644 --- a/test/components/Settings.spec.js +++ b/test/components/Settings.spec.js @@ -168,10 +168,6 @@ function getComponent(container, testName) { return container.findWhere( n => n.prop('testName') === testName); } -function hasChild(container, testName) { - return getComponent(container, testName).length > 0; -} - function click(component) { component.prop('onPress')(); } |
