Last change
on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
420 bytes
|
Rev | Line | |
---|
[6a3a178] | 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
|
---|
| 8 | require('./report-creator').register(require('./in-memory-report'))
|
---|
| 9 |
|
---|
| 10 | module.exports = {
|
---|
| 11 | 'preprocessor:coverage': ['factory', require('./preprocessor')],
|
---|
| 12 | 'reporter:coverage': ['type', require('./reporter')]
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.