source: trip-planner-front/node_modules/istanbul-lib-report/lib/watermarks.js@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 349 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 */
6module.exports = {
7 getDefault() {
8 return {
9 statements: [50, 80],
10 functions: [50, 80],
11 branches: [50, 80],
12 lines: [50, 80]
13 };
14 }
15};
Note: See TracBrowser for help on using the repository browser.