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

// This file is a fake test so we can have support files in the stubs.ini, which are then
// referenced as support files in the webconsole mochitest ini file.

"use strict";

add_task(function() {
  ok(true, "this is not a test");
});