karma.json 423 B

12345678910111213141516171819
  1. {
  2. "frameworks": ["jasmine"],
  3. "files": [
  4. "bower_components/jquery/dist/jquery.js",
  5. "bower_components/bootstrap/dist/js/bootstrap.js",
  6. "test/bootstrap-switch.js",
  7. "test/bootstrap-switch.tests.js"
  8. ],
  9. "reporters": ["progress"],
  10. "port": 9876,
  11. "colors": true,
  12. "autoWatch": true,
  13. "browsers": ["Firefox"],
  14. "singleRun": false,
  15. "plugins": [
  16. "karma-jasmine",
  17. "karma-firefox-launcher"
  18. ]
  19. }