UNPKG

bootbox

Version:

Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework

9 lines (7 loc) 180 B
var baseConfig = require("./karma-base.conf"); module.exports = baseConfig({ vendor: [ "tests/vendor/jquery-1.8.3.min.js", "tests/vendor/bootstrap-3.0.0.min.js" ] });