From 7de30c110b82b460c98a7c6fffd6ccf2e70f2af9 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 13 Jun 2015 14:54:45 +0200 Subject: [PATCH] minor test tweak --- test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test.js b/test.js index 1eec7b3..49f549d 100644 --- a/test.js +++ b/test.js @@ -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(); });