Skip to content

Commit

Permalink
Start tests with "should"
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Nov 10, 2021
1 parent 6448044 commit fdfb921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/nonce-head-manager/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ describe('should set-up next', () => {
)
}

it('Re-rendering should not re-execute the script', async () => {
it('should not re-execute the script when re-rendering', async () => {
await runTests('/')
})

it('Re-rendering should not re-execute the script with CSP header', async () => {
it('should not re-execute the script when re-rendering with CSP header', async () => {
await runTests('/csp')
})
})

0 comments on commit fdfb921

Please sign in to comment.