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(); });