mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
test(ckeditor5-math): license key not found
This commit is contained in:
@@ -15,6 +15,7 @@ describe( 'AutoMath - integration', () => {
|
||||
return ClassicEditor
|
||||
.create( editorElement, {
|
||||
plugins: [ Mathematics, AutoMath, Typing, Paragraph ],
|
||||
licenseKey: "GPL",
|
||||
math: {
|
||||
engine: ( equation, element, display ) => {
|
||||
if ( display ) {
|
||||
|
||||
Reference in New Issue
Block a user