readme tweaks again
This commit is contained in:
parent
8dfcd59a77
commit
e9bcd73d72
@ -29,9 +29,9 @@ with love and TDD.
|
|||||||
//handle error
|
//handle error
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
var user = result.rows[0];
|
var user = result.rows[0]
|
||||||
assert.equal(user.name, 'brianc');
|
console.log(user.name) //brianc
|
||||||
assert.equal(user.birthday.getYear(), 2010);
|
console.log(user.birthday.getYear()) //2010
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user