summaryrefslogtreecommitdiffhomepage
path: root/test/components/SelectLocation.spec.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-06-19 14:35:18 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-06-20 15:36:17 +0200
commit46672191cb3ee17b82f4af412bd00c75e138eaf9 (patch)
treea354207aab5af7a270ae2a8e80d5cecccf68d0c2 /test/components/SelectLocation.spec.js
parent46125ddac41dd0b5915940a5e9cf0e9b547c56d9 (diff)
downloadmullvadvpn-46672191cb3ee17b82f4af412bd00c75e138eaf9.tar.xz
mullvadvpn-46672191cb3ee17b82f4af412bd00c75e138eaf9.zip
Make expect and spy global for all tests
Diffstat (limited to 'test/components/SelectLocation.spec.js')
-rw-r--r--test/components/SelectLocation.spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/components/SelectLocation.spec.js b/test/components/SelectLocation.spec.js
index 8310d52b97..c9a1f08864 100644
--- a/test/components/SelectLocation.spec.js
+++ b/test/components/SelectLocation.spec.js
@@ -1,6 +1,5 @@
// @flow
-import { expect } from 'chai';
import * as React from 'react';
import { shallow } from 'enzyme';
import SelectLocation from '../../app/components/SelectLocation';