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

                expect(commandsToMarkdown('empty', context.extensionConfig, context.commands, '/docs/Settings.md'))