This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/@istanbuljs/schema/default-exclude.js
2020-11-01 22:46:04 +00:00

18 lines
415 B
JavaScript

'use strict';
module.exports = [
'coverage/**',
'packages/*/test{,s}/**',
'**/*.d.ts',
'test{,s}/**',
'test{,-*}.{js,cjs,mjs,ts}',
'**/*{.,-}test.{js,cjs,mjs,ts}',
'**/__tests__/**',
/* Exclude common development tool configuration files */
'**/{ava,nyc}.config.{js,cjs,mjs}',
'**/jest.config.{js,cjs,mjs,ts}',
'**/{karma,rollup,webpack}.config.js',
'**/{babel.config,.eslintrc,.mocharc}.{js,cjs}'
];