mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 06:45:24 +01:00
* Added `toHaveKey` matcher + fixed imports * Broke up the test matchers into multiple smaller interfaces * Added restricted typing on matchers Now we can't call `expect(game).toHaveFullHp()`!!!!! * Updated comment * Renamed `toEqualArrayUnsorted` into `toEqualUnsorted` * Moved comment at top of file * Fix `@module` doc comment * Remove extra space * Fix typo * Fixed key ssue in matchers * Update to-have-key.ts * Update test/@types/vitest.d.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Fixed missing braces inside comment --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| helpers | ||
| matchers | ||
| mocks | ||
| reporters | ||
| saves | ||
| setup | ||
| error-interceptor.ts | ||
| fakeMobile.html | ||
| game-manager-utils.ts | ||
| game-manager.ts | ||
| game-wrapper.ts | ||
| inputs-handler.ts | ||
| listeners-manager.ts | ||
| phase-interceptor.ts | ||
| string-utils.ts | ||
| test-file-initialization.ts | ||
| test-utils.ts | ||
| text-interceptor.ts | ||