Skip to content

Commit

Permalink
✅ add liskService reducers to karma ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
faival committed Jun 6, 2018
1 parent 35fb224 commit d25abe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ module.exports = function (config) {
'src/components/onboarding/index.js',
'src/utils/checkDevice.js',
'src/utils/api/liskService.js',
'src/components/errorBoundary/index.js',
'src/store/reducers/liskService.js',
'src/store/reducers/search.js',
'src/components/errorBoundary/index.js',
],
overrides: {
'src/store/**/*.js': {
Expand Down

0 comments on commit d25abe0

Please sign in to comment.