Skip to content

Commit

Permalink
remove the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jan 22, 2024
1 parent d8ce8a5 commit bbafd23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
4 changes: 4 additions & 0 deletions kumascript/macros/MDNSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ async function renderSection(section) {
}
async function renderSidebar(macroName) {
try {
let output = '<section id="Quick_links" data-macro="MDNSidebar"><ol>';
for (const section of sections) {
if (section.subSections) {
Expand All @@ -246,6 +247,9 @@ async function renderSidebar(macroName) {
}
output += "</ol></section>";
return output;
} catch (e) {
console.warn("error");
}
}
const output = await renderSidebar();
Expand Down
34 changes: 0 additions & 34 deletions kumascript/tests/macros/mdnsidebar.test.ts

This file was deleted.

0 comments on commit bbafd23

Please sign in to comment.