mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2024-11-16 10:00:56 +01:00
test
This commit is contained in:
parent
21bf3f8e49
commit
07a96cac3b
8
test/test.js
Normal file
8
test/test.js
Normal file
@ -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')
|
||||
})
|
||||
})
|
Loading…
Reference in New Issue
Block a user