source: trip-planner-front/node_modules/karma-coverage/lib/index.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 420 bytes
Line 
1// karma-coverage
2// ==============
3//
4// Main entry point for the karma-coverage module.
5// Exposes the preprocessor and reporter plugins.
6
7// Registering one additional (karma specific) reporter: in-memory
8require('./report-creator').register(require('./in-memory-report'))
9
10module.exports = {
11 'preprocessor:coverage': ['factory', require('./preprocessor')],
12 'reporter:coverage': ['type', require('./reporter')]
13}
Note: See TracBrowser for help on using the repository browser.