aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-08-16 18:55:13 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-08-16 18:55:13 +0300
commit331b2cd1e8f26c49f923038ee392a903f458c229 (patch)
treef6e15d9443982d9cc4ea0698c38a6c84285de286 /index.js
parent3027d0cc61dd6e14b4cd665c4062273c6051420d (diff)
Add ava for testing
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index d3ac468..9cdbc50 100644
--- a/index.js
+++ b/index.js
@@ -1 +1 @@
-console.log('Yea boi');
+module.exports = () => 'Yea boi';