summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/node/fixtures/stubs/stubs.toml
blob: c40990700ce82572faa3b1d48769f71dbc17cf86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.