diff options
| author | 8cy <[email protected]> | 2020-04-17 12:38:33 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-17 12:38:33 -0700 |
| commit | 89d8a8adaf282b866d2b1ec8d94edb4c141f8eec (patch) | |
| tree | 1ecb78b2972be0f5c4683a47311417e4c60c88f2 /test | |
| download | node-uwufy-89d8a8adaf282b866d2b1ec8d94edb4c141f8eec.tar.xz node-uwufy-89d8a8adaf282b866d2b1ec8d94edb4c141f8eec.zip | |
A New Beginning
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.js b/test/test.js new file mode 100644 index 0000000..8270d62 --- /dev/null +++ b/test/test.js @@ -0,0 +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 |