travis-ci
<a href="https://github.com/couds/react-bulma-components/commit/<a class=hub.com/couds/react-bulma-components/commit/<a class="double-link" href="https://git"><a class=hub.com/couds/react-bulma-components/commit/<a class="double-link" href="https://git"><a class=hub.com/couds/react-bulma-components/commit/b7b37fe57804a423b9499de68b04c3edd09209d2">b7b37fe57<a href="https://github.com/couds/react-bulma-components/commit/b7b37fe57804a423b9499de68b04c3edd09209d2">">&lt;a href=&quot;https://github.com/couds/react-bulma-components/commit/</a><a class="double-link" href="https://github.com/couds/react-bulma-components/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/couds/react-bulma-components/commit/b7b37fe57804a423b9499de68b04c3edd09209d2">b7b37fe57</a><a href="https://github.com/couds/react-bulma-components/commit/b7b37fe57804a423b9499de68b04c3edd09209d2">&lt;a href=&quot;https://github.com/couds/react-bulma-components/commit/b7b37fe57804a423b9499de68b04c3ed</a>d09209d2">">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/<a class="double-link" href="https://github.com/couds/react-bulma-components/commit/6bf919d73842e6b98a4e0289a16e53f72972707a">6bf919d73</a><a href="https://github.com/couds/react-bulma-components/commit/b7b37fe57804a423b9499de68b04c3edd09209d2">&quot;&gt;6bf919d73&lt;/a&gt;&quot;&gt;6bf919d73&lt;/a&gt;&lt;a href=&quot;https://github.com/couds/react-bulma-components/commit/b7b37fe57804a423b9499de68b04c3edd0920</a>9d2"> into </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/732e00f37">732e00f37">732e00f37</a>
132 of 154 branches covered (85.71%)
Branch coverage included in aggregate %.
149 of 149 new or added lines in 36 files covered. (100.0%)
528 of 542 relevant lines covered (97.42%)
45.64 hits per line
|
export const normalizeAlign = (align) => {
|
43✔ |
|
if (align === 'center') { |
|
|
return 'centered'; |
1✔ |
4 |
} |
|
|
if (align === 'justify') { |
|
|
return 'justifyed'; |
× |
7 |
} |
|
|
return align;
|
4,284✔ |
9 |
}; |