We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test.end()
1 parent 7370e75 commit 4865477Copy full SHA for 4865477
test/parsing-test.ts
@@ -136,4 +136,5 @@ tape('Minus operators', (test) => {
136
test.equal(expr('-(a + b)').collapse().toString(), '−(a + b)');
137
test.equal(expr('a - - - b').collapse().toString(), 'a − (−(−b))');
138
test.equal(expr('- - - b').collapse().toString(), '−(−(−b))');
139
+ test.end();
140
});
0 commit comments