Skip to content

Commit

Permalink
test: Remove focused test
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Oct 23, 2024
1 parent 993e934 commit 0fa49ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ModelSteps/Edit/helpers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@ describe('updateReferencedContact', () => {
})
})

// eslint-disable-next-line jest/no-focused-tests
fdescribe('getPaperDefinitionByFile', () => {
describe('getPaperDefinitionByFile', () => {
describe('paperDefinition has no country defined', () => {
it('should return the paperDefinition "isp_invoice"', () => {
const fakeFile = makeFakeFile({ qualificationLabel: 'isp_invoice' })
Expand Down

0 comments on commit 0fa49ac

Please sign in to comment.