Skip to content

Commit

Permalink
fix: auto-generated config contains incorrectly escaped regex
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Feb 1, 2021
1 parent 52588e6 commit ea52f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/config-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const CONFIGURATION_FILE_TEMPLATE =
/** Optional pattern used to exclude paths */
pathIgnorePattern: \`(\${[
'node_modules',
'\\/\\.', // Any file or directory starting with dot, e.g. ".git"
'\\\\/\\\\.', // Any file or directory starting with dot, e.g. ".git"
'test-results',
'tests',
'docs',
Expand Down

0 comments on commit ea52f15

Please sign in to comment.