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

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