pSoundGUI/css/bootstrap-switch-master/karma.json

20 lines
411 B
JSON
Raw Normal View History

2016-04-23 19:36:15 -04:00
{
"frameworks": ["jasmine"],
"files": [
"components/jquery/dist/jquery.js",
"components/bootstrap/dist/js/bootstrap.js",
"test/bootstrap-switch.js",
"test/bootstrap-switch.tests.js"
],
"reporters": ["progress"],
"port": 9876,
"colors": true,
"autoWatch": true,
"browsers": ["Firefox"],
"singleRun": false,
"plugins": [
"karma-jasmine",
"karma-firefox-launcher"
]
}