UNPKG

trailpack-hapi

Version:

Hapi.js Trailpack. This pack binds the routes compiled in trailpack-router to a Hapi Server.

9 lines (6 loc) 162 B
const assert = require('assert') describe('FootprintService', () => { it('should exist', () => { assert(global.app.api.services.FootprintService) }) })