Skip to content

Commit

Permalink
remove unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ylfahfa committed Dec 16, 2024
1 parent 7e9d0b1 commit 3f888f3
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,6 @@ describe('Income Plan Template', () => {
})
})

describe('state transitions', () => {
it('should transition from tryggingastofnunSubmitted to draft on edit', () => {
const helper = new ApplicationTemplateHelper(
buildApplication({
state: 'tryggingastofnunSubmitted',
}),
IncomePlanTemplate,
)

const [hasChanged, newState] = helper.changeState({
type: DefaultEvents.EDIT,
})
expect(hasChanged).toBe(true)
expect(newState).toBe('draft')
})
})

describe('Income plan table', () => {
describe('equalForeignIncomePerMonth', () => {
it('should unset equalForeignIncomePerMonth if income is MONTHLY and unevenIncomePerYear is YES', () => {
Expand Down

0 comments on commit 3f888f3

Please sign in to comment.