Fix missing afterEach import in wnba standings test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8bbe7c653a
commit
6a84267286
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue