We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c96b6a + 683ba4b commit 5a741e2Copy full SHA for 5a741e2
1 file changed
tests/routing/release-notes.js
@@ -26,6 +26,8 @@ describe('release notes', () => {
26
})
27
28
29
+ afterAll(() => nock.cleanAll())
30
+
31
it('redirects to the release notes on enterprise.github.com if none are present for this version here', async () => {
32
const res = await get('/en/enterprise-server@2.19/admin/release-notes')
33
expect(res.statusCode).toBe(302)
0 commit comments