Skip to content

Commit

Permalink
Undoing the change to query.test.mts which is no longer needed afte…
Browse files Browse the repository at this point in the history
…r fixing a merge issue in jco
  • Loading branch information
mjoerussell committed Feb 5, 2025
1 parent 0e328c5 commit beb81f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/testlang/outputs/npm/tests/src/cst/query.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test("query syntax error", () => {
Query.parse(source);
throw new Error("Query.parse() should have thrown");
} catch (error) {
expect((error as any).payload).toEqual({
expect(error).toEqual({
message: `Parse error:
expected ']' at:
Alt at: [TreeNode @b [DelimitedIdentifier]
Expand Down

0 comments on commit beb81f4

Please sign in to comment.