From 58cd3cb782b8c297a73d9bf479923f495f2159c0 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Thu, 12 May 2022 18:09:49 +0300 Subject: [PATCH] chore: enable cli test for build command with url (#2006) --- cli/__test__/build/configRedoc/url.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/__test__/build/configRedoc/url.test.ts b/cli/__test__/build/configRedoc/url.test.ts index 0acc8aa3..7dedddb2 100644 --- a/cli/__test__/build/configRedoc/url.test.ts +++ b/cli/__test__/build/configRedoc/url.test.ts @@ -1,8 +1,7 @@ import { spawnSync } from 'child_process'; describe('build with url', () => { - // FIXME: remove skip after release - it.skip('should not fail on resolving url', () => { + it('should not fail on resolving url', () => { const r = spawnSync( 'ts-node', [