patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
20 lines (19 loc) • 423 B
JSON
{
"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"
]
}