diff --git a/packages/graph-explorer/src/setupTests.ts b/packages/graph-explorer/src/setupTests.ts index 3e8ded680..d1225b9f6 100644 --- a/packages/graph-explorer/src/setupTests.ts +++ b/packages/graph-explorer/src/setupTests.ts @@ -1,5 +1,5 @@ /* - * Global Jest setup for all tests + * Global test setup for all tests */ import { expect, afterEach, vi } from "vitest";