MCPcopy Create free account
hub / github.com/fastify/fastify / nestedAssert

Function nestedAssert

test/decorator.test.js:863–866  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

861 }
862
863 function nestedAssert () {
864 t.assert.notStrictEqual(this.server, server)
865 t.assert.strictEqual(this.server.foo, 'bar')
866 }
867})
868
869test('plugin required decorators', async t => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected