FloatMatchers › failure output .not.toBeCloseTo
Running 1 test suite
<red><bold><inverse> FAIL </inverse></bold></red> <whiteBright>failure output .not.toBeCloseTo</whiteBright>
<bold><red>  \226\128\162 failure output .not.toBeCloseTo \226\128\186 0. should not be close to 0. with precision 0</red></bold>

    <dim>expect.float(</dim><red>received</red><dim>).</dim>not<dim>.toBeCloseTo(</dim><green>expected, precision</green><dim>)</dim>
    
    Precision: <green>0</green>-digit
    Expected: <green>0.</green>
    Received: <red>0.</red>

<bold><red>  \226\128\162 failure output .not.toBeCloseTo \226\128\186 1. should not be close to 0.96 with precision 1</red></bold>

    <dim>expect.float(</dim><red>received</red><dim>).</dim>not<dim>.toBeCloseTo(</dim><green>expected, precision</green><dim>)</dim>
    
    Precision: <green>1</green>-digit
    Expected: <green>0.96</green>
    Received: <red>1.</red>

<bold><red>  \226\128\162 failure output .not.toBeCloseTo \226\128\186 1. should not be close to 0.996 with precision 2</red></bold>

    <dim>expect.float(</dim><red>received</red><dim>).</dim>not<dim>.toBeCloseTo(</dim><green>expected, precision</green><dim>)</dim>
    
    Precision: <green>2</green>-digit
    Expected: <green>0.996</green>
    Received: <red>1.</red>

<bold><red>  \226\128\162 failure output .not.toBeCloseTo \226\128\186 1. should not be close to 0.9996 with precision 3</red></bold>

    <dim>expect.float(</dim><red>received</red><dim>).</dim>not<dim>.toBeCloseTo(</dim><green>expected, precision</green><dim>)</dim>
    
    Precision: <green>3</green>-digit
    Expected: <green>0.9996</green>
    Received: <red>1.</red>

<bold><red>  \226\128\162 failure output .not.toBeCloseTo \226\128\186 1. should not be close to 0.9995 with precision 3</red></bold>

    <dim>expect.float(</dim><red>received</red><dim>).</dim>not<dim>.toBeCloseTo(</dim><green>expected, precision</green><dim>)</dim>
    
    Precision: <green>3</green>-digit
    Expected: <green>0.9995</green>
    Received: <red>1.</red>

<bold><red>  \226\128\162 failure output .not.toBeCloseTo \226\128\186 0. should not be close to 0.1 with precision 0</red></bold>

    <dim>expect.float(</dim><red>received</red><dim>).</dim>not<dim>.toBeCloseTo(</dim><green>expected, precision</green><dim>)</dim>
    
    Precision: <green>0</green>-digit
    Expected: <green>0.1</green>
    Received: <red>0.</red>

<bold><red>  \226\128\162 failure output .not.toBeCloseTo \226\128\186 0. should not be close to 0.0001 with precision 3</red></bold>

    <dim>expect.float(</dim><red>received</red><dim>).</dim>not<dim>.toBeCloseTo(</dim><green>expected, precision</green><dim>)</dim>
    
    Precision: <green>3</green>-digit
    Expected: <green>0.0001</green>
    Received: <red>0.</red>

<bold><red>  \226\128\162 failure output .not.toBeCloseTo \226\128\186 0. should not be close to 4e-06 with precision 5</red></bold>

    <dim>expect.float(</dim><red>received</red><dim>).</dim>not<dim>.toBeCloseTo(</dim><green>expected, precision</green><dim>)</dim>
    
    Precision: <green>5</green>-digit
    Expected: <green>4e-06</green>
    Received: <red>0.</red>


<whiteBright><bold>Test Suites: </bold></whiteBright><red><bold>1 failed</bold></red>, 0 passed, 1 total
<whiteBright><bold>Tests:       </bold></whiteBright><red><bold>8 failed</bold></red>, 0 passed, 8 total
<whiteBright><bold>Time:        </bold></whiteBright>< 1ms

