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