import { HapiAuthAzureB2C } from '../hapiAuthAzureB2C'; it('should be constructed', () => { const server = { settings: { app: { state: {} } } }; const options = {}; const testInstance = new HapiAuthAzureB2C(server, options); expect(testInstance).toBeDefined(); });