commit | 7def3249d454ed7fd45975ab6b5a22cca6ad3a5a | [log] [tgz] |
---|---|---|
author | Derick Montague <derick.montague@ibm.com> | Wed Jan 06 23:38:11 2021 -0600 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Tue Jan 12 20:09:18 2021 +0000 |
tree | 696ed95141d392186ca1743c4cb9c7671e5b9b55 | |
parent | e88b816d47ce36ebc449b3ad78496916beda8ca4 [diff] [blame] |
Fix broken TableToolbar snapshot test Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I37054cd6aabc619a001ced0d928aacd22f46ed3d
diff --git a/tests/unit/Global/InfoTooltip.spec.js b/tests/unit/Global/InfoTooltip.spec.js index 37290f6..6b9e110 100644 --- a/tests/unit/Global/InfoTooltip.spec.js +++ b/tests/unit/Global/InfoTooltip.spec.js
@@ -2,6 +2,7 @@ import InfoTooltip from '@/components/Global/InfoTooltip'; import { BootstrapVue } from 'bootstrap-vue'; +process.env.BOOTSTRAP_VUE_NO_WARN = true; const localVue = createLocalVue(); localVue.use(BootstrapVue);