We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc027a commit df3fb46Copy full SHA for df3fb46
componentDetection.ts
@@ -18,7 +18,7 @@ import { unmockedModulePathPatterns } from './jest.config'
18
dotenv.config();
19
20
export default class ComponentDetection {
21
- public static componentDetectionPath = './component-detection';
+ public static componentDetectionPath = process.platform === "win32" ? './component-detection.exe' : './component-detection';
22
public static outputPath = './output.json';
23
24
// This is the default entry point for this class.
0 commit comments