mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
Update cli/__test__/build/configRedoc/url.test.ts
Co-authored-by: Anastasiia Derymarko <anastasiia@redocly.com>
This commit is contained in:
parent
754688ba60
commit
540a535f32
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user