OperationCode/front-end

View on GitHub
nyc.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  include: [
    'pages/**/*.{js,ts,tsx}',
    'common/**/*.{js,ts,tsx}',
    'components/**/*.{js,ts,tsx}',
    'decorators/**/*.{js,ts,tsx}',
  ],
  exclude: ['pages/api/__coverage__.{js,ts}'],
};