mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Moved comment at top of file
This commit is contained in:
parent
f52faab436
commit
d3e0021073
@ -1,3 +1,9 @@
|
||||
/**
|
||||
* @module
|
||||
* Setup file for custom matchers.
|
||||
* Make sure to define the call signatures in `#test/@types/vitest.d.ts` too!
|
||||
*/
|
||||
|
||||
import { toBeAtPhase } from "#test/test-utils/matchers/to-be-at-phase";
|
||||
import { toEqualUnsorted } from "#test/test-utils/matchers/to-equal-unsorted";
|
||||
import { toHaveAbilityApplied } from "#test/test-utils/matchers/to-have-ability-applied";
|
||||
@ -20,12 +26,6 @@ import { toHaveUsedPP } from "#test/test-utils/matchers/to-have-used-pp";
|
||||
import { toHaveWeather } from "#test/test-utils/matchers/to-have-weather";
|
||||
import { expect } from "vitest";
|
||||
|
||||
/**
|
||||
* @module
|
||||
* Setup file for custom matchers.
|
||||
* Make sure to define the call signatures in `#test/@types/vitest.d.ts` too!
|
||||
*/
|
||||
|
||||
expect.extend({
|
||||
toEqualUnsorted,
|
||||
toHaveKey,
|
||||
|
Loading…
Reference in New Issue
Block a user