UNPKG

@geocodeearth/ge

Version:

Geocode Earth command-line tools

10 lines (8 loc) 198 B
const profile = require('./profile') module.exports.interface = (test) => { test('generate', (t) => { t.true(typeof profile === 'function') t.equals(profile.length, 0) t.end() }) }