@allurereport/web-allure2
Version:
The static files for Allure Classic Report
16 lines (13 loc) • 355 B
JavaScript
import { SafeString } from "handlebars/runtime.js";
import allureIcon from "./allure-icon.js";
export default function () {
const icon = allureIcon("chevronRight", {
hash: {
noTooltip: true,
width: "18px",
height: "18px",
},
});
const template = `<span class="angle">${icon}</span>`;
return new SafeString(template);
}