Revert "run prettier"

This reverts commit 6d33d93b15.
This commit is contained in:
Bryan
2024-10-18 21:30:10 +01:00
parent 4cd3f0a8bb
commit 5fca47c5ec
27 changed files with 33 additions and 110 deletions

View File

@@ -14,11 +14,7 @@ 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'`;