Skip to content

Commit fae539f

Browse files
authored
Update release-notes.js
1 parent 7e643eb commit fae539f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/routing/release-notes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ describe('release notes', () => {
2626
})
2727
})
2828

29+
afterAll(() => nock.cleanAll())
30+
2931
it('redirects to the release notes on enterprise.github.com if none are present for this version here', async () => {
3032
const res = await get('/en/enterprise-server@2.19/admin/release-notes')
3133
expect(res.statusCode).toBe(302)

0 commit comments

Comments
 (0)