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

8 lines (7 loc) 418 B
// This file is needed because browserify will only include files // that it needs to run its test. So any files that aren't directly // required won't be included in coverage reports. This file // will recursively include all javascript files in the js/app and // js/plugins folders. // This uses the require-globify plugin / transform for browserify. var files = require('../app/*.js', { mode: 'expand' });