Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Dec 5, 2024
1 parent 38b1535 commit 00452ea
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 275 deletions.
4 changes: 2 additions & 2 deletions components/clarinet-sdk/node/tests/simnet-usage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,11 @@ describe("the simnet can execute commands", () => {
});

describe("the sdk handles multiple manifests project", () => {
it("handle invalid project", () => {
it("handle invalid project", async () => {
const manifestPath = path.join(process.cwd(), "tests/fixtures/contracts/invalid.clar");
const expectedErr = `error: unexpected ')'\n--> ${manifestPath}:5:2\n)) ;; extra \`)\`\n`;

expect(async () => {
await expect(async () => {
await initSimnet("tests/fixtures/InvalidManifest.toml");
}).rejects.toThrow(expectedErr);
});
Expand Down
Loading

0 comments on commit 00452ea

Please sign in to comment.