// import normalizedPathName from '../src/helpers/normalizedPathName'

// TODO: write tests here
describe('normalizedPathName()', () => {
  it('should return error in case of wrong or missed path', () => {
    // expect(normalizedPathName()).toThrow()
  })
})
