Skip to content

Commit

Permalink
fix: Remove debugging test
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 29, 2024
1 parent d3be421 commit 3a9e391
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/io-devtools/test/language/plurals.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@ describe('language/plurals', () => {
expect(pluralizeNoun(n, 'cactus', 'cacti')).toMatchSnapshot()
)
})

it('should fail on new snapshot', () => {
expect('ole').toMatchSnapshot()
})
})
})

0 comments on commit 3a9e391

Please sign in to comment.