mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 08:19:33 +02:00
Fix typos
Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
This commit is contained in:
parent
0f49c53db3
commit
fbf3d31926
2
global.d.ts
vendored
2
global.d.ts
vendored
@ -6,7 +6,7 @@ declare global {
|
|||||||
/**
|
/**
|
||||||
* Only used in testing.
|
* Only used in testing.
|
||||||
* Can technically be undefined/null but for ease of use we are going to assume it is always defined.
|
* Can technically be undefined/null but for ease of use we are going to assume it is always defined.
|
||||||
* Used to looad i18n files exclusively.
|
* Used to load i18n files exclusively.
|
||||||
*
|
*
|
||||||
* To set up your own server in a test see `game_data.test.ts`
|
* To set up your own server in a test see `game_data.test.ts`
|
||||||
*/
|
*/
|
||||||
|
@ -11,7 +11,7 @@ import * as account from "../../account";
|
|||||||
|
|
||||||
const apiBase = import.meta.env.VITE_API_BASE_URL ?? "http://localhost:8001";
|
const apiBase = import.meta.env.VITE_API_BASE_URL ?? "http://localhost:8001";
|
||||||
|
|
||||||
/** We ned a custom server. For some reasons I can't extend the listeners of {@linkcode global.i18nServer} with {@linkcode global.i18nServer.use} */
|
/** We need a custom server. For some reasons I can't extend the listeners of {@linkcode global.i18nServer} with {@linkcode global.i18nServer.use} */
|
||||||
const server = setupServer();
|
const server = setupServer();
|
||||||
|
|
||||||
describe("System - Game Data", () => {
|
describe("System - Game Data", () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user