---
symbol: normalizePath
module: "@tsed/cli-testing"
type: function
meta:
 - name: keywords
   description: api typescript node.js documentation normalizePath function
---
# normalizePath - @tsed/cli-testing

## Usage

```typescript
import { normalizePath } from "@tsed/cli-testing";
```

> See [/packages/cli-testing/src/normalizePath.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli-testing/src/normalizePath.ts#L0-L0).

## Overview

```ts
function normalizePath(item: any): any;
```
