diff options
| author | 8cy <[email protected]> | 2020-04-28 11:29:33 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-28 11:29:33 -0700 |
| commit | d26097762b11bfb9be0d64fc8b9c47be6b3d9f39 (patch) | |
| tree | 66bdc0043d1314baa136894f0846633c08d23149 /test | |
| parent | change readme output, v1.0.3 (diff) | |
| download | node-uwufy-d26097762b11bfb9be0d64fc8b9c47be6b3d9f39.tar.xz node-uwufy-d26097762b11bfb9be0d64fc8b9c47be6b3d9f39.zip | |
add >w< and stutter + typings, v1.0.4
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.js b/test/test.js index 8270d62..fdc1a67 100644 --- a/test/test.js +++ b/test/test.js @@ -1,3 +1,3 @@ const uwufy = require('../dist/app.js'); -console.log(uwufy('IF YOU SEE THIS THEN THE UWUFICATION WAS SUCCESSFULL'));
\ No newline at end of file +console.log(uwufy('IF YOU SEE THIS THEN THE UWUFICATION WAS SUCCESSFULL!'));
\ No newline at end of file |