UNPKG

chimpy

Version:

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

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