summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/node/fixtures/stubs/stubs.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/webconsole/test/node/fixtures/stubs/stubs.toml')
-rw-r--r--devtools/client/webconsole/test/node/fixtures/stubs/stubs.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/devtools/client/webconsole/test/node/fixtures/stubs/stubs.toml b/devtools/client/webconsole/test/node/fixtures/stubs/stubs.toml
new file mode 100644
index 0000000000..c40990700c
--- /dev/null
+++ b/devtools/client/webconsole/test/node/fixtures/stubs/stubs.toml
@@ -0,0 +1,15 @@
+[DEFAULT]
+tags = "devtools"
+subsuite = "devtools"
+support-files = [
+ "consoleApi.js",
+ "cssMessage.js",
+ "evaluationResult.js",
+ "index.js",
+ "networkEvent.js",
+ "pageError.js",
+ "platformMessage.js",
+]
+
+["browser_dummy.js"]
+skip-if = ["true"] #This is only here so we can expose the support files in other toml files.