Skip to content

Commit

Permalink
test(typescript-estree): fix issue in jest config (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Feb 2, 2020
1 parent 95174d5 commit 39929b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/typescript-estree/jest.config.js
@@ -1,11 +1,6 @@
'use strict';

module.exports = {
globals: {
'ts-jest': {
isolatedModules: true,
},
},
testEnvironment: 'node',
transform: {
'^.+\\.tsx?$': 'ts-jest',
Expand All @@ -17,6 +12,7 @@ module.exports = {
coverageReporters: ['text-summary', 'lcov'],
globals: {
'ts-jest': {
isolatedModules: true,
diagnostics: {
// ignore the diagnostic error for the invalidFileErrors fixtures
ignoreCodes: [5056],
Expand Down

0 comments on commit 39929b2

Please sign in to comment.