Fix missing afterEach import in wnba standings test

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Chris Parsons 2026-03-26 00:30:03 -07:00
parent 8bbe7c653a
commit 6a84267286

View file

@ -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"; import { WnbaStandingsAdapter } from "../wnba";
function makeStat(name: string, value: number, displayValue?: string) { function makeStat(name: string, value: number, displayValue?: string) {