From 3183aa4f1100d4055893dc814a2f040c18cf3714 Mon Sep 17 00:00:00 2001 From: sabrine33 Date: Thu, 3 Oct 2024 15:25:24 +0100 Subject: [PATCH] streamline the section planning labware creation, to help with mass section workflows --- tests/unit/components/planning/labwarePlan.spec.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/components/planning/labwarePlan.spec.tsx b/tests/unit/components/planning/labwarePlan.spec.tsx index 4d164bee..4abf2e03 100644 --- a/tests/unit/components/planning/labwarePlan.spec.tsx +++ b/tests/unit/components/planning/labwarePlan.spec.tsx @@ -10,6 +10,7 @@ import { LabwareType } from '../../../../src/types/sdk'; import { createLabwarePlanMachine } from '../../../../src/components/planning/labwarePlan.machine'; import { createActor } from 'xstate'; import { convertLabwareToFlaggedLabware } from '../../../../src/lib/helpers/labwareHelper'; + beforeAll(() => { enableMapSet(); });