summaryrefslogtreecommitdiff
path: root/tests/unit/AppHeader.spec.js
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-10-27 16:21:20 +0300
committerDerick Montague <derick.montague@ibm.com>2020-11-10 01:04:58 +0300
commitf833c7e336c09c1cd7fef424a8017e639d20dfa2 (patch)
treeb3b2470b7f0919b46ba3eefe71eda06ed88eff21 /tests/unit/AppHeader.spec.js
parentf6bd4c62b3779a7fb6d0ebe4a3cf6556f448bf7b (diff)
downloadwebui-vue-f833c7e336c09c1cd7fef424a8017e639d20dfa2.tar.xz
Update failing unit tests
- Add babel plugin to handle Jest import of SVG. Without plugin the test fails with a require.context() is undefined - Update snapshot tests that have changed - Removed globals from .eslintrc.js that were needed prior to migrating from Mocha and Chai to Jest Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ibd01d2e629b5ecb47d072e277e4e9b5ae5c5f001
Diffstat (limited to 'tests/unit/AppHeader.spec.js')
-rw-r--r--tests/unit/AppHeader.spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/AppHeader.spec.js b/tests/unit/AppHeader.spec.js
index f9a65395..6d359c88 100644
--- a/tests/unit/AppHeader.spec.js
+++ b/tests/unit/AppHeader.spec.js
@@ -12,6 +12,7 @@ describe('AppHeader.vue', () => {
const actions = {
'global/getHostStatus': jest.fn(),
'eventLog/getEventLogData': jest.fn(),
+ 'authentication/resetStoreState': jest.fn(),
};
const store = new Vuex.Store({ actions });