From c27b9997b06069c4c4c11f1d498852ca3e0741bd Mon Sep 17 00:00:00 2001 From: Michael Behrisch <m.behrisch@uu.nl> Date: Thu, 15 Dec 2022 16:01:06 +0100 Subject: [PATCH] fix: testing to fix ci issue with graph-layout --- libs/shared/graph-layout/src/setupTests.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 libs/shared/graph-layout/src/setupTests.js diff --git a/libs/shared/graph-layout/src/setupTests.js b/libs/shared/graph-layout/src/setupTests.js new file mode 100644 index 000000000..0f9973fbc --- /dev/null +++ b/libs/shared/graph-layout/src/setupTests.js @@ -0,0 +1 @@ +import 'jest-canvas-mock'; \ No newline at end of file -- GitLab