From 0cccae6e2a7a9eb08feee6ab57730e8c10e4269c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 14 May 2019 09:10:50 +0200 Subject: [PATCH] refactor(rest-explorer): improve test names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- .../__tests__/acceptance/rest-explorer.express.acceptance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rest-explorer/src/__tests__/acceptance/rest-explorer.express.acceptance.ts b/packages/rest-explorer/src/__tests__/acceptance/rest-explorer.express.acceptance.ts index 97c0a8dbd9b6..31c8d4df8e97 100644 --- a/packages/rest-explorer/src/__tests__/acceptance/rest-explorer.express.acceptance.ts +++ b/packages/rest-explorer/src/__tests__/acceptance/rest-explorer.express.acceptance.ts @@ -35,7 +35,7 @@ describe('REST Explorer mounted as an express router', () => { .expect('location', '/api/explorer/'); }); - it('honors basePath config', async () => { + it('uses correct URLs when basePath is set', async () => { server.basePath('/v1'); await client // static assets (including swagger-ui) honor basePath