mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-20 16:22:52 +02:00
committed by
Kumar McMillan
parent
01181a350b
commit
395786e353
@@ -0,0 +1,5 @@
|
||||
mocha.checkLeaks();
|
||||
// Here we add initial global variables to prevent this error:
|
||||
// Error: global leaks detected: AppView, ExtensionOptions, ExtensionView, WebView
|
||||
mocha.globals(['AppView', 'ExtensionOptions', 'ExtensionView', 'WebView']);
|
||||
mocha.run();
|
||||
Reference in New Issue
Block a user