Disabled migration testing

re-enable when merging feature-nested-sets
This commit is contained in:
ThaumRystra
2023-11-11 13:39:43 +02:00
parent fbc8ed977a
commit d578268e99
3 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,6 @@ describe('Parser', function () {
});
it('simplifies addition when possible, even if a roll is in the way', function () {
let { result } = resolve('compile', parse('1 + 3 + d12 + 3 + 4'));
console.log(result);
assert.equal(toString(result), 'd12 + 11');
});
});