# TEST_FILES

`variable` in `eslint-config` · v1.5.6

<https://docs.seedcord.org/packages/eslint-config/1.5.6/variables/test-files>

```ts
const TEST_FILES: readonly [
    "**/*.test.ts",
    "**/*.test.tsx",
    "**/*.types-test.ts"
];
```
