mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-01 12:05:22 +01:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
const name = require('../lib/name.js');
|
|
|
|
|
|
test( 'Create new random name', ()=>{
|
|
const n = name.generate();
|
|
expect( n ).not.toBe( undefined )
|
|
}); |