Skip to content

Commit

Permalink
chore: pre pr checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangoulding committed Nov 6, 2024
1 parent d00a395 commit 93ff97e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Return Versions Setup - Additional Submission Options presenter', () =
})

describe('the "multipleUpload" property', () => {
describe('when it has been set to true', () => {
describe('when a user has selected "multipleUpload" for additional options', () => {
beforeEach(() => {
session.multipleUpload = true
})
Expand All @@ -68,7 +68,7 @@ describe('Return Versions Setup - Additional Submission Options presenter', () =
})
})

describe('when it has been set to false', () => {
describe('when a user has not selected "multipleUpload" for additional options', () => {
beforeEach(() => {
session.multipleUpload = false
})
Expand All @@ -90,7 +90,7 @@ describe('Return Versions Setup - Additional Submission Options presenter', () =
})

describe('the "noAdditionalOptions" property', () => {
describe('when it has been set to true', () => {
describe('when a user has selected "none" for additional options', () => {
beforeEach(() => {
session.noAdditionalOptions = true
})
Expand All @@ -102,7 +102,7 @@ describe('Return Versions Setup - Additional Submission Options presenter', () =
})
})

describe('when it has been set to false', () => {
describe('when a user not has selected "none" for additional options', () => {
beforeEach(() => {
session.noAdditionalOptions = false
})
Expand Down

0 comments on commit 93ff97e

Please sign in to comment.