Skip to content

Commit

Permalink
remove eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 13, 2024
1 parent ce23ece commit 848e6be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/assets/labware/__tests__/findLabware.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ describe('findLabwareDefWithCustom', () => {
SPECS.forEach(spec => {
// TODO(mc, 2021-05-19): these tests are failing due to bug in code under test
// see: https://github.com/Opentrons/opentrons/issues/7823
// eslint-disable-next-line jest/no-disabled-tests
it.skip(`should ${spec.should}`, () => {
expect(
findLabwareDefWithCustom(
Expand Down

0 comments on commit 848e6be

Please sign in to comment.