travis-ci
<a href="https://github.com/couds/react-bulma-components/commit/<a class=hub.com/couds/react-bulma-components/commit/908c12976fde1b30aec71a0437b76bf128cfe7e2">908c12976<a href="https://github.com/couds/react-bulma-components/commit/908c12976fde1b30aec71a0437b76bf128cfe7e2">">Merge </a><a class="double-link" href="https://github.com/couds/react-bulma-components/commit/<a class="double-link" href="https://github.com/couds/react-bulma-components/commit/8781ea19f5800b22afdf04c5fa74850bcf6a6c7d">8781ea19f</a>">8781ea19f</a><a href="https://github.com/couds/react-bulma-components/commit/908c12976fde1b30aec71a0437b76bf128cfe7e2"> into 732e00f37">732e00f37</a>
150 of 183 branches covered (81.97%)
Branch coverage included in aggregate %.
193 of 193 new or added lines in 46 files covered. (100.0%)
547 of 563 relevant lines covered (97.16%)
44.46 hits per line
|
export const normalizeAlign = (align) => {
|
43✔ |
|
if (align === 'center') { |
|
|
return 'centered'; |
2✔ |
4 |
} |
|
|
if (align === 'justify') { |
|
|
return 'justifyed'; |
× |
7 |
} |
|
|
return align;
|
4,311✔ |
9 |
}; |