UNPKG

t7n-localhost

Version:

get your 'loalhost'

9 lines (7 loc) 189 B
const expect = require('chai').expect const localhost = require('../index') describe('Base', function() { it('getLocalhost', function() { expect(localhost).to.be.a('string') }) })