Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmab committed Nov 6, 2024
1 parent 8f59dc1 commit 8538634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/build/__tests__/parse.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("Given a project file to parse", () => {
it("should handle a invalid project file", () => {
expect(() =>
parse("src/utils/__mocks__/invalid/missing-solution.json"),
).toThrow(`The project JSON file must contain "name" and "version" fields`);
).toThrow(`The project JSON file does not have a solution ID`);
});

it("should handle a missing file", () => {
Expand Down

0 comments on commit 8538634

Please sign in to comment.