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;