mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +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 )
|
|
}); |