# readProjectFiles

**Kind:** Function

**Source:** [`atloria-monorepo/apps/parser-orchestrator/test/integration/helpers/test-utils.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/test/integration/helpers/test-utils.ts#L45)

Read all files in a directory recursively

## Signature

```ts
function readProjectFiles(projectPath: string, extensions: string[]): Array<{ filePath: string; content: string }>
```

## Parameters

| Name | Type |
|---|---|
| `projectPath` | `string` |
| `extensions` | `string[]` |

**Returns:** `Array<{ filePath: string; content: string }>`
