it('framework wrong value should cause log', () => {
    configMock
      .expects('getConfig')
      .withArgs()
      .returns({ ...defaultConfig, framework: ['react'] })