Skip to content

Commit

Permalink
minor test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 13, 2015
1 parent 9b07014 commit 7de30c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ test(function (t) {
t.assert(tildify(fixture)[0] === '~');
t.assert(/tildify$/.test(tildify(fixture)));
t.assert(tildify(fixture) !== fixture);
t.end();
});

0 comments on commit 7de30c1

Please sign in to comment.