Update cli/__test__/build/configRedoc/url.test.ts

Co-authored-by: Anastasiia Derymarko <anastasiia@redocly.com>
This commit is contained in:
Alex Varchuk 2022-05-12 11:43:10 +03:00 committed by GitHub
parent 754688ba60
commit 540a535f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ describe('build with url', () => {
const r = spawnSync( const r = spawnSync(
'ts-node', 'ts-node',
[ [
'../../../index.js', '../../../index.ts',
'build', 'build',
'http://petstore.swagger.io/v2/swagger.json', 'http://petstore.swagger.io/v2/swagger.json',
'--output=url-test.html', '--output=url-test.html',