Skip to content

Commit

Permalink
move libraries test to react testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-odhiambo committed Nov 9, 2023
1 parent 39f1769 commit b9838c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ module.exports = {
transformIgnorePatterns: [
'/node_modules/(?!@react-dnd|react-dnd|dnd-core|react-dnd-html5-backend|lodash-es|i18n-js)',
],
setupFiles: ['./test/setup.js'],
setupFiles: [
'./test/setup.js',
'./test/testHelper.js'
],
};

0 comments on commit b9838c0

Please sign in to comment.