Skip to content

Commit

Permalink
Merge pull request #1462 from LiskHQ/1461-enable-redux-tests-in-jest
Browse files Browse the repository at this point in the history
Enable redux tests in Jest - Closes #1461
  • Loading branch information
slaweet authored Nov 7, 2018
2 parents a9672cc + 8aae0a0 commit ef06156
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,41 +155,8 @@ module.exports = {
// '<rootDir>/src/components/newsFeed/index.test.js',
// '<rootDir>/src/components/newsFeed/newsFeed.test.js',
// '<rootDir>/src/components/newsFeed/settingsNewsFeed.test.js',
'<rootDir>/src/actions/search.test.js',
// '<rootDir>/src/actions/toaster.test.js',
// '<rootDir>/src/actions/dialog.test.js',
'<rootDir>/src/actions/voting.test.js',
'<rootDir>/src/actions/account.test.js',
// '<rootDir>/src/actions/loding.test.js',
// '<rootDir>/src/actions/followedAccounts.test.js',
'<rootDir>/src/actions/transactions.test.js',
// '<rootDir>/src/actions/peers.test.js',
// '<rootDir>/src/actions/delegate.test.js',
// '<rootDir>/src/actions/setting.test.js',
// '<rootDir>/src/store/middlewares/socket.test.js',
// '<rootDir>/src/store/middlewares/savedSettings.test.js',
// '<rootDir>/src/store/middlewares/offline.test.js',
// '<rootDir>/src/store/middlewares/notification.test.js',
// '<rootDir>/src/store/middlewares/voting.test.js',
'<rootDir>/src/store/middlewares/account.test.js',
'<rootDir>/src/store/middlewares/followedAccounts.test.js',
// '<rootDir>/src/store/middlewares/peers.test.js',
// '<rootDir>/src/store/middlewares/loadingBar.test.js',
// '<rootDir>/src/store/middlewares/login.test.js',
// '<rootDir>/src/store/subscribers/followedAccounts.test.js',
'<rootDir>/src/store/reducers/search.test.js',
// '<rootDir>/src/store/reducers/dialog.test.js',
// '<rootDir>/src/store/reducers/voting.test.js',
// '<rootDir>/src/store/reducers/account.test.js',
// '<rootDir>/src/store/reducers/loding.test.js',
// '<rootDir>/src/store/reducers/followedAccounts.test.js',
// '<rootDir>/src/store/reducers/transactions.test.js',
// '<rootDir>/src/store/reducers/peers.test.js',
// '<rootDir>/src/store/reducers/toater.test.js',
// '<rootDir>/src/store/reducers/settings.test.js',
// '<rootDir>/src/store/reducers/delegate.test.js',
// '<rootDir>/src/store/reducers/transaction.test.js',
'<rootDir>/src/store/reducers/blocks.test.js',
'<rootDir>/src/actions/*test.js',
'<rootDir>/src/store/**/*test.js',

// integration

Expand Down

0 comments on commit ef06156

Please sign in to comment.