From 56d5a988b66fb4e108076b89b022710be9465f70 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 12 Feb 2017 01:03:57 +0900 Subject: [PATCH] Add Nice Comment --- test/text.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/text.js b/test/text.js index b9a176b72..78945c65a 100644 --- a/test/text.js +++ b/test/text.js @@ -1,3 +1,7 @@ +/** + * Text Tests! + */ + const assert = require('assert'); const analyze = require('../src/common/text');