Skip to content

Commit 30d48a7

Browse files
Update src/test/ts/browser/LoadTinyTest.ts
Co-authored-by: Hamza Benkhaldoun <[email protected]>
1 parent e1891ef commit 30d48a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/ts/browser/LoadTinyTest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ describe('LoadTinyTest', () => {
1717
cleanupGlobalTinymce();
1818
});
1919

20-
// Skip this test as it requires a local version of TinyMCE 8
21-
it.skip('Should be able to load local version of TinyMCE 8 using the tinymceScriptSrc prop', async () => {
20+
it('Should be able to load local version of TinyMCE 8 using the tinymceScriptSrc prop', async () => {
2221
await pRender({}, `
2322
<editor
2423
:init="init"

0 commit comments

Comments
 (0)