Skip to content

Commit

Permalink
test: refactor infix expression test
Browse files Browse the repository at this point in the history
  • Loading branch information
yazaldefilimone committed Feb 25, 2024
1 parent a6af25b commit 8620539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/tests/infix-expression.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ExpressionStatement, InfixExpression, IntegerLiteral } from "ast";
import { it, expect, describe } from "vitest";
import { makeSut } from "./sut";

describe("Parser", () => {
describe("parse program", () => {
it("infix expression", () => {
Expand Down

0 comments on commit 8620539

Please sign in to comment.