UNPKG

@exabyte-io/chimpy

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

15 lines (12 loc) 199 B
'use strict'; var Hapi = { instance: { connection: jest.fn(), route: jest.fn(), start: jest.fn(), }, Server: function () { return Hapi.instance; } }; module.exports = Hapi;