chore: enable cli test for build command with url (#2006)

This commit is contained in:
Alex Varchuk 2022-05-12 18:09:49 +03:00 committed by GitHub
parent dfacf989bc
commit 58cd3cb782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
[