Skip to content

Commit

Permalink
rem log
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgluck committed Mar 27, 2017
1 parent 51eecc8 commit e637003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ test('object', (t) => {
// $set
const o = mewt({})
const n = o.$set('album', 'Hours')
console.log(o.album)
t.equal(o.album, undefined)
t.equal(n.album, 'Hours')
t.notEqual(o, n)
Expand Down

0 comments on commit e637003

Please sign in to comment.