From 4dc4eae0eb6f969b24796fa0777f35968000da8a Mon Sep 17 00:00:00 2001 From: jimmy2020 Date: Sat, 2 Sep 2017 22:07:11 +0200 Subject: [PATCH] add textics-stream link --- README.md | 3 +++ test/index.test.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30855fe..71fd29a 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ console.log(stat); ``` +Using textics with stream +------------------------- +See :point_right: [textics-stream](https://github.com/Jimmy02020/textics-stream) :fire: Tests ----- diff --git a/test/index.test.js b/test/index.test.js index 37091f6..0d1ed1f 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -7,7 +7,7 @@ const expect = chai.expect; const p = ' you w got the power '; let txt = ''; -const LOOP = 10; +const LOOP = 21809; const linesNum = LOOP; const wordsNum = 4 * linesNum; const charNum = 15 * linesNum;