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