run prettier

This commit is contained in:
Bryan
2024-10-18 20:28:20 +01:00
parent d54eed9d62
commit 6d33d93b15
27 changed files with 110 additions and 33 deletions

View File

@@ -14,7 +14,11 @@ looks.forEach((look) => {
directions.forEach((direction) => {
forms.forEach((form) => {
labelPos.forEach((pos) => {
describe(`Test iconShape in ${form ? `${form} form,` : ''} ${look} look and dir ${direction} with label position ${pos ? pos : 'not defined'}`, () => {
describe(`Test iconShape in ${
form ? `${form} form,` : ''
} ${look} look and dir ${direction} with label position ${
pos ? pos : 'not defined'
}`, () => {
it(`without label`, () => {
let flowchartCode = `flowchart ${direction}\n`;
flowchartCode += ` nA --> nAA@{ icon: 'fa:bell'`;