Skip to content

Commit

Permalink
chore: remove windows-specific test paths
Browse files Browse the repository at this point in the history
Jest uses micromatch for these paths which should handle
Windows automatically.
  • Loading branch information
Jahed Ahmed committed Mar 15, 2021
1 parent 3a1c3d4 commit 9c06c52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ module.exports = {
coverageReporters: ['text-summary', 'html'],
testMatch: [
'<rootDir>/test/*.spec.ts',
'<rootDir>\\test\\*.spec.ts', // for Windows
'<rootDir>/test/iac-unit-tests/*.spec.ts',
'<rootDir>\\test\\iac-unit-tests\\*.spec.ts', // for Windows
'<rootDir>/packages/**/test/*.spec.ts',
'<rootDir>/packages/**/test/**/*.spec.ts',
'<rootDir>\\packages\\**\\test\\**\\*.spec.ts,' // for Windows
],
modulePathIgnorePatterns: [
'<rootDir>/test/.*fixtures',
Expand Down

0 comments on commit 9c06c52

Please sign in to comment.