From 7daee98d505f683ae7d8cd31035676ab5b03097b Mon Sep 17 00:00:00 2001 From: Mario Juarez Date: Thu, 18 Jan 2018 17:45:50 +0100 Subject: [PATCH] Ignore all vue devtools globals in mocha --- test/visual.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/visual.js b/test/visual.js index 5f3b22e..49a800f 100644 --- a/test/visual.js +++ b/test/visual.js @@ -13,8 +13,7 @@ window.mocha.setup({ slow: 750, timeout: 5000, globals: [ - '__VUE_DEVTOOLS_INSTANCE_MAP__', - '__VUE_DEVTOOLS_TOAST__', + '__VUE_DEVTOOLS*', 'script', 'inject', 'originalOpenFunction'