mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
chore: enable cli test for build command with url (#2006)
This commit is contained in:
parent
dfacf989bc
commit
58cd3cb782
|
@ -1,8 +1,7 @@
|
||||||
import { spawnSync } from 'child_process';
|
import { spawnSync } from 'child_process';
|
||||||
|
|
||||||
describe('build with url', () => {
|
describe('build with url', () => {
|
||||||
// FIXME: remove skip after release
|
it('should not fail on resolving url', () => {
|
||||||
it.skip('should not fail on resolving url', () => {
|
|
||||||
const r = spawnSync(
|
const r = spawnSync(
|
||||||
'ts-node',
|
'ts-node',
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue
Block a user