18 lines
311 B
JSON
18 lines
311 B
JSON
{
|
|
"framework": "qunit",
|
|
"test_page": "tests/index.html?hidepassed",
|
|
"disable_watching": true,
|
|
"launch_in_ci": [
|
|
"PhantomJS"
|
|
],
|
|
"launch_in_dev": [
|
|
"PhantomJS",
|
|
"Chrome"
|
|
],
|
|
"proxies": {
|
|
"/": {
|
|
"target": "http://localhost:4200",
|
|
"onlyContentTypes": ["json"]
|
|
}
|
|
}
|
|
}
|