summaryrefslogtreecommitdiff
path: root/testem.json
blob: eff93f9b65f21812e980d4102c083b0a1a5f45d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "framework": "qunit",
  "test_page": "tests/index.html",
  "launch_in_ci": [
    "PhantomJS"
  ],
  "launch_in_dev": [
    "PhantomJS",
    "Chrome"
  ]
}