UNPKG

angular-post-message

Version:

Allow angularJS to listen and publish cross-document messages though window.postMessage API.

12 lines (11 loc) 291 B
module.exports = function(config) { require('./karma.conf.js')(config); config.singleRun = true; config.files = [ 'bower_components/angular-1.3/angular.js', 'src/*.js', 'bower_components/angular-mocks-1.3/angular-mocks.js', 'tests/_helper.js', 'tests/*.js' ]; };