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

                expect(dependenciesToMarkdown('empty', true, context.dependencies))