it('should correctly format ROC.md for project complex', () => {
                const project = join(__dirname, '..', 'fixtures', 'projects', 'complex');
                const context = getContext(project, defaultCommands);

                expect(createReadme('complex', 'docs', false, { context }))