aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-17 12:38:33 -0700
committer8cy <[email protected]>2020-04-17 12:38:33 -0700
commit89d8a8adaf282b866d2b1ec8d94edb4c141f8eec (patch)
tree1ecb78b2972be0f5c4683a47311417e4c60c88f2 /test
downloadnode-uwufy-89d8a8adaf282b866d2b1ec8d94edb4c141f8eec.tar.xz
node-uwufy-89d8a8adaf282b866d2b1ec8d94edb4c141f8eec.zip
A New Beginning
Diffstat (limited to 'test')
-rw-r--r--test/test.js3
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