summaryrefslogtreecommitdiffhomepage
path: root/test/helpers
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/helpers
parent46125ddac41dd0b5915940a5e9cf0e9b547c56d9 (diff)
downloadmullvadvpn-46672191cb3ee17b82f4af412bd00c75e138eaf9.tar.xz
mullvadvpn-46672191cb3ee17b82f4af412bd00c75e138eaf9.zip
Make expect and spy global for all tests
Diffstat (limited to 'test/helpers')
-rw-r--r--test/helpers/IpcChain.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/helpers/IpcChain.js b/test/helpers/IpcChain.js
index efd80d39de..1505621cc0 100644
--- a/test/helpers/IpcChain.js
+++ b/test/helpers/IpcChain.js
@@ -1,6 +1,5 @@
// @flow
-import { expect } from 'chai';
import { check, failFast } from './ipc-helpers';
export class IpcChain {