⬅️ Back to Table of Contents
📄 getParsedConfigFileFromTSServer.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
1 |
📊 Variables & Constants |
3 |
📚 Table of Contents
🛠️ File Location:
📂 packages/project-service/tests/getParsedConfigFileFromTSServer.test.ts
📦 Imports
Name |
Source |
getParsedConfigFileFromTSServer |
../src/getParsedConfigFileFromTSServer |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
mockConfigFile |
{ fileNames: any[]; } |
const |
`{ |
|
fileNames: [], |
|
|
|
|
}` |
✗ |
|
|
|
mockTSServer |
any |
const |
{} as unknown as typeof ts |
✗ |
mockTSConfigRootDir |
"/mock/tsconfig/root/dir" |
const |
'/mock/tsconfig/root/dir' |
✗ |