File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 2222 * @author v.sorge@mathjax.org (Volker Sorge)
2323 */
2424
25- import { JsonTest } from './test.js' ;
25+ import { JsonTest } from './base- test.js' ;
2626import ParseUtil from '../node_modules/mathjax-full/js/input/tex/ParseUtil.js' ;
2727
2828
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import {TagsFactory} from '../node_modules/mathjax-full/js/input/tex/Tags.js';
3434import { MapHandler } from "../node_modules/mathjax-full/js/input/tex/MapHandler.js" ;
3535import { 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
3939let fs = require ( 'fs' ) ;
4040
Original file line number Diff line number Diff line change 2424
2525import * as pt from './parser-test.js' ;
2626import { KeyvalTest } from './other-test.js' ;
27- import { JsonTest } from './test.js' ;
27+ import { JsonTest } from './base- test.js' ;
2828let fs = require ( 'fs' ) ;
2929
3030export class TestFactory {
You can’t perform that action at this time.
0 commit comments