`expect([[1, 2]]).to.eql([[1, 2], [3, 4]])` will **fail**. `expect([[1, 2]]).to.almost.eql([[1, 2], [3, 4]])` will **pass**. This should fail like above.