Skip to content

Commit

Permalink
BE-677 Ignoring style code for coverage purposes
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Neki <atsushin@fast.au.fujitsu.com>
Change-Id: I8a339fbf849dc2fd03a307c4c2859eb439090eb8
  • Loading branch information
nekia committed Jul 4, 2019
1 parent 89b434d commit 0e6b536
Show file tree
Hide file tree
Showing 13 changed files with 1,702 additions and 1,756 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
"hunspell",
"hunspellchecker",
"Hyperledger",
"istanbul",
"javascript",
"jsonwebtoken",
"jsx",
Expand Down
1 change: 1 addition & 0 deletions client/src/components/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import Login from '../Login';

import Private from '../Route';

/* istanbul ignore next */
const styles = theme => {
const { type } = theme.palette;
const dark = type === 'dark';
Expand Down
Loading

0 comments on commit 0e6b536

Please sign in to comment.