mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
refactor(ckeditor5-math): wrong expect import
This commit is contained in:
@@ -3,8 +3,7 @@ import Mathematics from '../src/math.js';
|
||||
import MathEditing from '../src/mathediting.js';
|
||||
import MathUI from '../src/mathui.js';
|
||||
import AutoMath from '../src/automath.js';
|
||||
import { expect } from 'chai';
|
||||
import { describe, beforeEach, it, afterEach } from "vitest";
|
||||
import { describe, beforeEach, it, afterEach, expect } from "vitest";
|
||||
|
||||
describe( 'Math', () => {
|
||||
let editorElement: HTMLDivElement, editor: ClassicEditor;
|
||||
|
||||
Reference in New Issue
Block a user