Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matth26 committed Nov 13, 2024
1 parent 9a9f59e commit f767d2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions client/src/dojo/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { world } from "./world.ts";
import { Config } from "../../dojo.config.ts";
import { setupWorld } from "./contractSystems.ts";
import { DojoProvider } from "@dojoengine/core";
import { BurnerManager } from "@dojoengine/create-burner";
import { Account } from "starknet";

export type SetupResult = Awaited<ReturnType<typeof setup>>;

Expand Down
2 changes: 1 addition & 1 deletion client/src/test/setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { beforeEach, afterEach } from "node:test";
import { beforeEach, afterEach } from "vitest";

import "@testing-library/jest-dom";
import { vi } from "vitest";
Expand Down

0 comments on commit f767d2e

Please sign in to comment.