Skip to content

Commit f448390

Browse files
committed
remove superfluous loading of BaseConfiguration
1 parent 34719d1 commit f448390

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

testsuite/tests/input/tex/Base.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { beforeEach, describe, it } from '@jest/globals';
22
import { toXmlMatch, setupTex, tex2mml } from '#helpers';
3-
import '#js/input/tex/base/BaseConfiguration';
43

54
beforeEach(() => setupTex(['base']));
65

testsuite/tests/input/tex/Tag.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { beforeEach, describe, it } from '@jest/globals';
22
import { toXmlMatch, setupTex, tex2mml } from '#helpers';
3-
import '#js/input/tex/base/BaseConfiguration';
43
import '#js/input/tex/ams/AmsConfiguration';
54

65
describe('TagAll', () => {

0 commit comments

Comments
 (0)