Skip to content

Commit

Permalink
fix json-api-client tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
se3000 committed Apr 29, 2020
1 parent b7985ed commit e30b843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/json-api-client/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
testPathIgnorePatterns: ['/node_modules/'],
testPathIgnorePatterns: ['/node_modules/', 'dist/'],
}

0 comments on commit e30b843

Please sign in to comment.