mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
refactor(ckeditor5-math): wrong expect import
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { ClassicEditor, type EditorConfig } from 'ckeditor5';
|
||||
import MathUI from '../src/mathui';
|
||||
import { expect } from 'chai';
|
||||
import { describe, beforeEach, it, afterEach } from "vitest";
|
||||
import { describe, beforeEach, it, afterEach, expect } from "vitest";
|
||||
|
||||
describe( 'Lazy load', () => {
|
||||
let editorElement: HTMLDivElement;
|
||||
|
||||
Reference in New Issue
Block a user