diff --git a/app/services/standings-sync/__tests__/wnba.test.ts b/app/services/standings-sync/__tests__/wnba.test.ts index b610ebb..11a5621 100644 --- a/app/services/standings-sync/__tests__/wnba.test.ts +++ b/app/services/standings-sync/__tests__/wnba.test.ts @@ -1,4 +1,4 @@ -import { describe, it, expect, vi, beforeEach } from "vitest"; +import { describe, it, expect, vi, beforeEach, afterEach } from "vitest"; import { WnbaStandingsAdapter } from "../wnba"; function makeStat(name: string, value: number, displayValue?: string) {