Skip to content

Commit

Permalink
Revert "chore: Split newshape test"
Browse files Browse the repository at this point in the history
This reverts commit 1b12ac1.
  • Loading branch information
sidharthv96 committed Oct 8, 2024
1 parent a827fb1 commit 1b51fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 0 additions & 3 deletions cypress/integration/rendering/newShapes.classic.spec.ts

This file was deleted.

3 changes: 0 additions & 3 deletions cypress/integration/rendering/newShapes.handDrawn.spec.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { imgSnapshotTest } from '../../helpers/util.ts';

const looks = ['classic', 'handDrawn'] as const;
const directions = [
'TB',
//'BT',
Expand Down Expand Up @@ -57,7 +58,7 @@ const newShapesSets = [
newShapesSet6,
];

export const newShapeTest = (look: 'classic' | 'handDrawn') => {
looks.forEach((look) => {
directions.forEach((direction) => {
newShapesSets.forEach((newShapesSet) => {
describe(`Test ${newShapesSet.join(', ')} in ${look} look and dir ${direction}`, () => {
Expand Down Expand Up @@ -142,6 +143,4 @@ export const newShapeTest = (look: 'classic' | 'handDrawn') => {
});
});
});
};

// cspell:ignore clazz
});

0 comments on commit 1b51fbf

Please sign in to comment.