|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
272 bytes
|
| Line | |
|---|
| 1 | 'use strict';
|
|---|
| 2 | /*
|
|---|
| 3 | Copyright 2012-2015, Yahoo Inc.
|
|---|
| 4 | Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
|
|---|
| 5 | */
|
|---|
| 6 | const { ReportBase } = require('istanbul-lib-report');
|
|---|
| 7 |
|
|---|
| 8 | class NoneReport extends ReportBase {}
|
|---|
| 9 |
|
|---|
| 10 | module.exports = NoneReport;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.