cahilfoley/utils

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage

Insert
Open

const { name } = require('./package')
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  collectCoverageFrom: ['src/**/*.{ts,tsx}', '!**/node_modules/**', '!**/index.ts'],
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  },
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  coverageDirectory: './.temp/coverage',
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  testRegex: '/src/.*\\.(test|spec)?\\.(ts|tsx)$',
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,␍
Open

  verbose: true
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

module.exports = {
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  testPathIgnorePatterns: ['/node_modules/', '/.temp/', '/dist/'],
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  name,
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  testEnvironment: 'node',
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,␍
Open

    '^.+\\.ts?$': 'ts-jest'
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open


Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  collectCoverage: true,
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

  transform: {
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Require statement not part of import statement.
Open

const { name } = require('./package')
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert
Open

}
Severity: Minor
Found in jest.config.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status