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