Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/codenautas/discrepances
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoefe committed Oct 31, 2016
2 parents 003911d + 9d44131 commit 9e296bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("discrepances", function(){
{a: undefined , b:1 , expect:{types:['undefined' , 'number'], values:[undefined, 1] }},
{a: new Example({uno:1}), b: new Example({uno:1}), expect: null },
{a: new Example({uno:1}), b: {uno:1} , expect: {classes:['Example', 'Object'] } },

{a: {0:1, length:1} , b: {0:1,1:2,length:2}, expect:{object:{"1":{onlyRight:2}, length:discrepances(1,2)}}},
];
// esto es para evitar que values:[] tenga fechas distintas a 'a' y 'b'
var dateFixtures = [
Expand Down

0 comments on commit 9e296bc

Please sign in to comment.