Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(shared-data, labware-library): add deck riser definition and new Lid category to LL #16410

Merged
merged 13 commits into from
Oct 23, 2024
Prev Previous commit
Next Next commit
add lid to type
  • Loading branch information
shiyaochen authored and shiyaochen committed Oct 7, 2024
commit 0b475db4679780fd1573c9d665619edb05a15f0f
1 change: 1 addition & 0 deletions shared-data/js/__tests__/labwareDefQuirks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const EXPECTED_VALID_QUIRKS = [
'fixedTrash',
'gripperIncompatible',
'tiprackAdapterFor96Channel',
'stackingMaxFive'
]

describe('check quirks for all labware defs', () => {
Expand Down
2 changes: 1 addition & 1 deletion shared-data/js/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export type LabwareDisplayCategory =
| 'trash'
| 'other'
| 'adapter'

| 'lid'
export type LabwareVolumeUnits = 'µL' | 'mL' | 'L'

// TODO(mc, 2019-05-29): Remove this enum in favor of string + exported
Expand Down
Loading