Skip to content

Commit cf093d1

Browse files
committed
Delete extra files from downloaded extension
1 parent 0fb6ed2 commit cf093d1

File tree

8 files changed

+1
-78
lines changed

8 files changed

+1
-78
lines changed

test/gatsby-remark-vscode.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('integration tests', () => {
266266
const options = tryRequire(extensionless);
267267
const expected = await tryReadFile(extensionless + '.expected.html');
268268
const markdownAST = processor.parse(md);
269-
await plugin({ markdownAST, markdownNode, cache: createCache() }, { ...defaultOptions, host, ...options });
269+
await plugin({ markdownAST, markdownNode, cache: createCache() }, { ...defaultOptions, ...options });
270270
const html = processor.stringify(reparseHast(mdastToHast(markdownAST, { allowDangerousHTML: true })));
271271
if (!expected) {
272272
await writeFile(extensionless + '.expected.html', html, 'utf8');

test/integration/extensions/naumovs.theme-oceanicnext/[Content_Types].xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/integration/extensions/naumovs.theme-oceanicnext/extension.vsixmanifest

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/integration/extensions/naumovs.theme-oceanicnext/extension/.vscode/launch.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/integration/extensions/naumovs.theme-oceanicnext/extension/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/integration/extensions/naumovs.theme-oceanicnext/extension/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Binary file not shown.

test/integration/extensions/naumovs.theme-oceanicnext/extension/vsc-extension-quickstart.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)