Skip to content

Commit

Permalink
chore: cleanup temporary test again
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 13, 2024
1 parent ad27e77 commit 1354f5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit-tests/expression/parse.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ 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 1354f5d

Please sign in to comment.