From 07a96cac3b9caa6e58a23a2afb69307387e92775 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 9 Feb 2019 19:09:11 +0100 Subject: [PATCH] test --- test/test.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/test.js diff --git a/test/test.js b/test/test.js new file mode 100644 index 0000000..80746cb --- /dev/null +++ b/test/test.js @@ -0,0 +1,8 @@ +const assert = require('assert') +const cihu = require('../lib/index').default + +describe('Array', () => { + it('Should return a string', () => { + assert.equal(typeof cihu(), 'string') + }) +}) \ No newline at end of file