Skip to content

Commit

Permalink
fix: remove .only in fa test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadForoutan committed Jan 8, 2024
1 parent 4d34a41 commit 26e6d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/tests/integrations/fa.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ test("function parser error messages", () => {
);
});

test.only("other parser error messages", () => {
test("other parser error messages", () => {
expect(
getErrorMessage(
z
Expand Down

0 comments on commit 26e6d1b

Please sign in to comment.