Skip to content

Commit

Permalink
fix(workflow-react): fix jest transform pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Dec 19, 2017
1 parent 19e5629 commit 8072230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/availity-workflow-react/test.js
Expand Up @@ -17,7 +17,7 @@ function create() {
'^(?!.*\\.(js|jsx|css|json)$)': `${require.resolve('./jest/file.js')}`
},

transformIgnorePatterns: ['<rootDir>.*(node_modules)(?!.*@availity.*)(?!.*availity-.*)..*$'],
transformIgnorePatterns: ['<rootDir>.*(node_modules)(?!.*@availity.*).*$'],
testMatch: [
// Ignore the following directories:
// build
Expand Down

0 comments on commit 8072230

Please sign in to comment.