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 | 56e5f6c6ef49879af83ec4e990328f017aaae6ff (patch) | |
| tree | 66bdc0043d1314baa136894f0846633c08d23149 /test/test.js | |
| parent | change readme output, v1.0.3 (diff) | |
| download | node-uwufy-56e5f6c6ef49879af83ec4e990328f017aaae6ff.tar.xz node-uwufy-56e5f6c6ef49879af83ec4e990328f017aaae6ff.zip | |
add >w< and stutter + typings, v1.0.4
Diffstat (limited to 'test/test.js')
| -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 |