Readonly
Executes the cycle detection check by analyzing import/export relationships. Only checks internal dependencies (within the project) and ignores external libraries.
Optional
Optional check options including allowEmptyTests and logging
Promise<Violation[]> Array of violations representing detected cycles
Executes the cycle detection check by analyzing import/export relationships. Only checks internal dependencies (within the project) and ignores external libraries.