Skip to content

Commit

Permalink
fix(availity-workflow-react): add raf polyfill. Closes #125
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Jan 3, 2018
1 parent b631cbf commit 65488de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/availity-workflow-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"moment": "^2.19.2",
"node-sass": "^4.5.2",
"postcss-loader": "^2.0.6",
"raf": "^3.4.0",
"react-hot-loader": "^3.1.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/availity-workflow-react/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function create() {
'^.+\\.css$': `${require.resolve('./jest/css.js')}`,
'^(?!.*\\.(js|jsx|css|json)$)': `${require.resolve('./jest/file.js')}`
},

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

0 comments on commit 65488de

Please sign in to comment.