UNPKG

endpointjs

Version:

Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and stre

30 lines (29 loc) 743 B
module.exports = { unit: { frameworks: ['jasmine', 'browserify'], preprocessors: { 'js/test/**/*.js': ['browserify'], 'js/app/**/*.js': ['coverage'] }, reporters: ['coverage'], coverageReporter: { type: 'html', dir: 'reports/coverage' }, files: { src: [ 'js/test/**/*.js' ] }, browserify: { debug: true, transform: ['require-globify', 'browserify-istanbul'] }, port: 9876, colors: true, singleRun: true, autoWatch: false, browsers: ['Chrome'], logLevel: 'INFO' } };