mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Change endpoint from persons to people
This commit is contained in:
22
backend/apis/nodejs/node_modules/@istanbuljs/schema/default-exclude.js
generated
vendored
Normal file
22
backend/apis/nodejs/node_modules/@istanbuljs/schema/default-exclude.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
'use strict';
|
||||
|
||||
const defaultExtension = require('./default-extension.js');
|
||||
const testFileExtensions = defaultExtension
|
||||
.map(extension => extension.slice(1))
|
||||
.join(',');
|
||||
|
||||
module.exports = [
|
||||
'coverage/**',
|
||||
'packages/*/test{,s}/**',
|
||||
'**/*.d.ts',
|
||||
'test{,s}/**',
|
||||
`test{,-*}.{${testFileExtensions}}`,
|
||||
`**/*{.,-}test.{${testFileExtensions}}`,
|
||||
'**/__tests__/**',
|
||||
|
||||
/* Exclude common development tool configuration files */
|
||||
'**/{ava,babel,nyc}.config.{js,cjs,mjs}',
|
||||
'**/jest.config.{js,cjs,mjs,ts}',
|
||||
'**/{karma,rollup,webpack}.config.js',
|
||||
'**/.{eslint,mocha}rc.{js,cjs}'
|
||||
];
|
Reference in New Issue
Block a user