diff options
Diffstat (limited to 'devtools/client/webconsole/test/node/fixtures/DevToolsUtils.js')
-rw-r--r-- | devtools/client/webconsole/test/node/fixtures/DevToolsUtils.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devtools/client/webconsole/test/node/fixtures/DevToolsUtils.js b/devtools/client/webconsole/test/node/fixtures/DevToolsUtils.js new file mode 100644 index 0000000000..5be367a60e --- /dev/null +++ b/devtools/client/webconsole/test/node/fixtures/DevToolsUtils.js @@ -0,0 +1,8 @@ +/* Any copyright is dedicated to the Public Domain. + http://creativecommons.org/publicdomain/zero/1.0/ */ + +"use strict"; + +module.exports = { + getTopWindow: () => ({}), +}; |