Skip to content

Commit 335f3d7

Browse files
committed
Renames base class file to not conflict with Jest.
1 parent beaa8d7 commit 335f3d7

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/src/other-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @author v.sorge@mathjax.org (Volker Sorge)
2323
*/
2424

25-
import {JsonTest} from './test.js';
25+
import {JsonTest} from './base-test.js';
2626
import ParseUtil from '../node_modules/mathjax-full/js/input/tex/ParseUtil.js';
2727

2828

tests/src/parser-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import {TagsFactory} from '../node_modules/mathjax-full/js/input/tex/Tags.js';
3434
import {MapHandler} from "../node_modules/mathjax-full/js/input/tex/MapHandler.js";
3535
import {AllPackages} from '../node_modules/mathjax-full/js/input/tex/AllPackages.js';
3636

37-
import {JsonTest, Test} from './test.js';
37+
import {JsonTest, Test} from './base-test.js';
3838

3939
let fs = require('fs');
4040

tests/src/test-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import * as pt from './parser-test.js';
2626
import {KeyvalTest} from './other-test.js';
27-
import {JsonTest} from './test.js';
27+
import {JsonTest} from './base-test.js';
2828
let fs = require('fs');
2929

3030
export class TestFactory {

0 commit comments

Comments
 (0)