1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-12 23:09:03 +01:00
fab-manager/vendor/assets/components/bootstrap-switch/karma.json

20 lines
423 B
JSON
Raw Normal View History

2016-03-23 18:39:41 +01:00
{
"frameworks": ["jasmine"],
"files": [
"bower_components/jquery/dist/jquery.js",
"bower_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"
]
}