We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e643eb commit fae539fCopy full SHA for fae539f
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