Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: true
- Manifest: devtools/client/shared/components/test/node/stubs/reps/stubs.toml
/* Any copyright is dedicated to the Public Domain.
// 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");
});