We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1891ef commit 30d48a7Copy full SHA for 30d48a7
src/test/ts/browser/LoadTinyTest.ts
@@ -17,8 +17,7 @@ describe('LoadTinyTest', () => {
17
cleanupGlobalTinymce();
18
});
19
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 () => {
+ it('Should be able to load local version of TinyMCE 8 using the tinymceScriptSrc prop', async () => {
22
await pRender({}, `
23
<editor
24
:init="init"
0 commit comments