From 23e2f4dbf5be5b8c3a7a841abceb3b5614142fab Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:11:32 +0300 Subject: [PATCH] Update parse.test.ts --- tests/commands/channels/parse.test.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/commands/channels/parse.test.ts b/tests/commands/channels/parse.test.ts index b50dda47..feb3af67 100644 --- a/tests/commands/channels/parse.test.ts +++ b/tests/commands/channels/parse.test.ts @@ -20,16 +20,6 @@ describe('channels:parse', () => { content('tests/__data__/expected/sites/channels-parse/channels-parse.channels.xml') ) }) - - it('can parse channels with clean flag', () => { - const cmd = - 'npm run channels:parse -- --config=tests/__data__/input/channels-parse/channels-parse.config.js --output=tests/__data__/output/channels.xml --clean' - execSync(cmd, { encoding: 'utf8' }) - - expect(content('tests/__data__/output/channels.xml')).toEqual( - content('tests/__data__/expected/sites/channels-parse/channels-parse-clean.channels.xml') - ) - }) }) function content(filepath: string) {