### Description This test should not be passed ### Test Source ``` js t.deepEqual({a: {}, b: {}}, {b: {}, a: {}}); ``` ### Config ``` json { "ava": { "require": [ "babel-register" ] } } ``` ## Environment ``` OS --version ==> windows 10 node --version ==> 6.2.0 ava --version ==> 0.15.1 npm --version ==> 3.6.0 ```