UNPKG

tv

Version:

Interactive debug console plugin for hapi

37 lines (18 loc) 626 B
'use strict'; // Load modules const RequestDetailsView = require('../../../source/js/views/requestDetails'); // Declare internals const internals = {}; describe('RequestDetailsView', function () { describe('when the model changes', function () { it('re-renders'); }); describe('#render', function () { context('with a request that has an error', function () { it('displays that the request has an error'); }); context('with a request that has a warning', function () { it('displays that the request has a warning'); }); }); });