refactor(ckeditor5-math): wrong expect import

This commit is contained in:
Elian Doran
2025-05-10 00:01:38 +03:00
parent da3c7d2541
commit 4fb333f15e
4 changed files with 4 additions and 8 deletions

View File

@@ -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;