Skip to content

Commit

Permalink
feat: more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Dec 29, 2019
1 parent b528874 commit b4327d8
Show file tree
Hide file tree
Showing 7 changed files with 459 additions and 122 deletions.
5 changes: 5 additions & 0 deletions packages/eslint-plugin-tslint/jest.config.js
Expand Up @@ -10,4 +10,9 @@ module.exports = {
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
coverageReporters: ['text-summary', 'lcov'],
globals: {
'ts-jest': {
isolatedModules: true,
},
},
};
5 changes: 5 additions & 0 deletions packages/eslint-plugin/jest.config.js
Expand Up @@ -10,4 +10,9 @@ module.exports = {
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
coverageReporters: ['text-summary', 'lcov'],
globals: {
'ts-jest': {
isolatedModules: true,
},
},
};

0 comments on commit b4327d8

Please sign in to comment.