Skip to content

Commit e11a534

Browse files
committed
Corrects factory in bussproofs tests.
1 parent 335f3d7 commit e11a534

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

tests/json/ParserBussproofsRegInfTest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ParserBussproofsRegInfTest",
3-
"factory": "parserOutputTest",
3+
"factory": "parserOutput",
44
"packages": [
55
"base",
66
"ams",

tests/json/ParserBussproofsRegProofsTest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ParserBussproofsRegProofsTest",
3-
"factory": "parserOutputTest",
3+
"factory": "parserOutput",
44
"packages": [
55
"base",
66
"ams",

tests/src/parser-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export class ParserOutputTest extends ParserJsonTest {
114114
* @override
115115
*/
116116
document(options) {
117-
console.log('In SVG');
118117
return mathjax.document('<html></html>', {
119118
InputJax: new TeX(options), OutputJax: new SVG()
120119
});

0 commit comments

Comments
 (0)