summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/node/fixtures/DevToolsUtils.js
blob: 5be367a60e9d3b7bcb6cc2caadf7b3f814a7bdac (plain)
1
2
3
4
5
6
7
8
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

module.exports = {
  getTopWindow: () => ({}),
};