Skip to content

Commit

Permalink
✅ disable test coverage for uncovered
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiklimenok committed Feb 12, 2019
1 parent 5911460 commit ab0cf2b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions jest.config.js
Expand Up @@ -80,6 +80,37 @@ module.exports = {
'src/utils/applyDeviceClass.js',
'src/utils/ledger.js',
'src/utils/proxyLogin.js',
'src/actions/peers.js',
'src/components/transactions/delegateStatistics.js',
'src/components/followedAccounts/index.js',
'src/utils/transactions.js',
'src/components/registerDelegate/registerDelegate.js',
'src/components/registerDelegate/steps/choose/choose.js',
'src/components/registerDelegate/steps/confirm/index.js',
'src/components/registerDelegate/steps/confirm/confirm.js',
'src/components/passphrase/confirm/index.js',
'src/actions/search.js',
'src/components/transactions/explorerTransactions/explorerTransactions.js',
'src/components/transactions/transactionsOverview.js',
'src/components/voting/voting.js',
'src/components/delegateSidebar/index.js',
'src/components/confirmVotes/confirmVotes.js',
'src/components/votesPreview/index.js',
'src/components/votingListView/votingListView.js',
'src/components/votingListView/votingHeader.js',
'src/components/votingListView/listLabels.js',
'src/components/votingListView/voteList.js',
'src/components/singleTransaction/index.js',
'src/store/middlewares/account.js',
'src/store/reducers/transactions.js',
'src/store/reducers/search.js',
'src/components/passphrase/create/movableShape.js',
'src/components/passphrase/create/shapes.js',
'src/components/passphrase/create/index.js',
'src/components/toolbox/dropdown/toolBoxDropdown.js',
'src/store/middlewares/account.js',
'src/store/reducers/transactions.js',
'src/store/reducers/search.js',
],
coverageThreshold: {
global: {
Expand Down

0 comments on commit ab0cf2b

Please sign in to comment.