Skip to content

Commit

Permalink
fix(lint): disable some linting rules for increment
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Mar 23, 2023
1 parent 247c794 commit 487f52b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/functions/increment.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* eslint jest/no-conditional-in-test:off */
/* eslint jest/no-conditional-expect:off */

import {increment, decrement} from './increment'

describe('Increment', () => {
Expand Down

0 comments on commit 487f52b

Please sign in to comment.