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

@@ -12,9 +12,7 @@ const labelPos = [undefined, 't', 'b'] as const;
looks.forEach((look) => {
directions.forEach((direction) => {
labelPos.forEach((pos) => {
describe(`Test imageShape in ${look} look and dir ${direction} with label position ${
pos ? pos : 'not defined'
}`, () => {
describe(`Test imageShape in ${look} look and dir ${direction} with label position ${pos ? pos : 'not defined'}`, () => {
it(`without label`, () => {
let flowchartCode = `flowchart ${direction}\n`;
flowchartCode += ` nA --> A@{ img: 'https://cdn.pixabay.com/photo/2020/02/22/18/49/paper-4871356_1280.jpg', w: '100', h: '100' }\n`;