Skip to content

Commit

Permalink
fixup! fixup! feat: implement debuggability methods
Browse files Browse the repository at this point in the history
  • Loading branch information
qfox committed Jan 26, 2017
1 parent 4673c97 commit ec66a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/to-string.test.js
Expand Up @@ -9,4 +9,5 @@ test('should return string', t => {
});

t.truthy(typeof cell.toString() === 'string');
t.truthy(cell.toString() === cell.id);
});

0 comments on commit ec66a53

Please sign in to comment.