summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/components/test/node/stubs/reps/stubs.toml
blob: 9cf1570cbe9b951652578dab2b48d661b526a39e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[DEFAULT]
tags = "devtools"
subsuite = "devtools"
support-files = [
  "attribute.js",
  "comment-node.js",
  "date-time.js",
  "infinity.js",
  "nan.js",
  "null.js",
  "number.js",
  "stylesheet.js",
  "symbol.js",
  "text-node.js",
  "undefined.js",
  "window.js",
]

["browser_dummy.js"]
skip-if = ["true"] #This is only here so we can expose the support files in other toml files.