Skip to content

Commit

Permalink
Reapply fix for trusted types
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Sep 1, 2021
1 parent 53de038 commit f8bd73f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/vs/base/browser/dompurify/dompurify.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// Piotr Błażejewicz <https:/peterblazejewicz>
// Nicholas Ellul <https:/NicholasEllul>
// Definitions: https:/DefinitelyTyped/DefinitelyTyped
/// <reference types="trusted-types"/>

export as namespace DOMPurify;
export = DOMPurify;
Expand Down
2 changes: 1 addition & 1 deletion src/vs/base/test/browser/markdownRenderer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ suite('MarkdownRenderer', () => {
});
});

suite.only('Images', () => {
suite('Images', () => {
test('image rendering conforms to default', () => {
const markdown = { value: `![image](http://example.com/cat.gif 'caption')` };
const result: HTMLElement = renderMarkdown(markdown);
Expand Down

0 comments on commit f8bd73f

Please sign in to comment.