UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

11 lines (8 loc) 185 B
'use strict' const t = require('tap') const test = t.test const Fastify = require('..') test('root fastify instance is an object', t => { t.plan(1) t.type(Fastify(), 'object') })