registry tests
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
var $ = require('bootstrap');
|
||||
require('bootstrap/css/bootstrap.css!');
|
||||
var template = require('./bootstrap.html!text');
|
||||
|
||||
exports['modal test'] = function(done) {
|
||||
$("#sandbox").html(template);
|
||||
$('#myModal').on('shown.bs.modal', function() {
|
||||
done();
|
||||
});
|
||||
$('#sandbox .btn').click();
|
||||
}
|
||||
Reference in New Issue
Block a user