Skip to content

Commit

Permalink
chore: test CI outputs when a test is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 13, 2024
1 parent 0476e9e commit ad27e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit-tests/expression/parse.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function parseAndStringifyWithParens (expr) {
describe('parse', function () {
it('should parse a single expression', function () {
approxEqual(parse('2 + 6 / 3').compile().evaluate(), 4)
assert.strictEqual(parse('2 + 6 / 3').compile().evaluate(), 6) // FIXME: cleanup again, this is for testing
})

it('should parse an empty expression', function () {
Expand Down

0 comments on commit ad27e77

Please sign in to comment.