Fix @module doc comment

This commit is contained in:
NightKev 2025-09-15 18:01:59 -07:00 committed by Sirz Benjie
parent d3e0021073
commit 51cd23eb2b
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -1,7 +1,7 @@
/**
* @module
* Setup file for custom matchers.
* Make sure to define the call signatures in `#test/@types/vitest.d.ts` too!
* @module
*/
import { toBeAtPhase } from "#test/test-utils/matchers/to-be-at-phase";