UNPKG

ot-hapi-service-status

Version:
15 lines (11 loc) 395 B
'use strict'; var expect = require('expect.js'), plugin = require('../index.js'); describe('plugin attributes', function() { it('should contain name', function() { expect(plugin.register.attributes.name).to.equal('ot-hapi-service-status'); }); it('should contain version', function() { expect(plugin.register.attributes.version).to.equal('1.0.4'); }); });