From 7def3249d454ed7fd45975ab6b5a22cca6ad3a5a Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Wed, 6 Jan 2021 23:38:11 -0600 Subject: Fix broken TableToolbar snapshot test Signed-off-by: Derick Montague Change-Id: I37054cd6aabc619a001ced0d928aacd22f46ed3d --- tests/unit/Global/InfoTooltip.spec.js | 1 + tests/unit/Global/__snapshots__/TableToolbar.spec.js.snap | 6 ++++++ 2 files changed, 7 insertions(+) (limited to 'tests/unit') diff --git a/tests/unit/Global/InfoTooltip.spec.js b/tests/unit/Global/InfoTooltip.spec.js index 37290f67..6b9e1107 100644 --- a/tests/unit/Global/InfoTooltip.spec.js +++ b/tests/unit/Global/InfoTooltip.spec.js @@ -2,6 +2,7 @@ import { mount, createLocalVue } from '@vue/test-utils'; import InfoTooltip from '@/components/Global/InfoTooltip'; import { BootstrapVue } from 'bootstrap-vue'; +process.env.BOOTSTRAP_VUE_NO_WARN = true; const localVue = createLocalVue(); localVue.use(BootstrapVue); diff --git a/tests/unit/Global/__snapshots__/TableToolbar.spec.js.snap b/tests/unit/Global/__snapshots__/TableToolbar.spec.js.snap index 140f6f42..ecaabf2c 100644 --- a/tests/unit/Global/__snapshots__/TableToolbar.spec.js.snap +++ b/tests/unit/Global/__snapshots__/TableToolbar.spec.js.snap @@ -13,16 +13,22 @@ exports[`TableToolbar.vue should render correctly 1`] = `

+ 12 global.action.selected +

+
+
-- cgit v1.2.3