From 1354f5d601fb9b37d9c649efdecffa04a3e8b329 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Fri, 13 Dec 2024 14:44:43 +0100 Subject: [PATCH] chore: cleanup temporary test again --- test/unit-tests/expression/parse.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit-tests/expression/parse.test.js b/test/unit-tests/expression/parse.test.js index 3ec24b0919..92a1871b5f 100644 --- a/test/unit-tests/expression/parse.test.js +++ b/test/unit-tests/expression/parse.test.js @@ -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 () {