From 89d8a8adaf282b866d2b1ec8d94edb4c141f8eec Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Fri, 17 Apr 2020 12:38:33 -0700 Subject: A New Beginning --- test/test.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/test.js (limited to 'test') 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 -- cgit v1.2.3