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,8 +1,7 @@
|
||||
import { Math as MathDll, AutoformatMath as AutoformatMathDll } from '../src';
|
||||
import Math from '../src/math';
|
||||
import AutoformatMath from '../src/autoformatmath';
|
||||
import { expect } from 'chai';
|
||||
import { describe, it } from 'vitest';
|
||||
import { describe, it, expect } from 'vitest';
|
||||
|
||||
describe( 'CKEditor5 Math DLL', () => {
|
||||
it( 'exports Math', () => {
|
||||
|
Reference in New Issue
Block a user