mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 18:15:27 -04:00
3213985a81
* `StrReplaceOne` can be used to replace one occurrence of a "pattern" in a text by another. * `StrReplaceAll` can be used to replace all occurrences of a "pattern" in a text by another.
7 lines
377 B
JavaScript
7 lines
377 B
JavaScript
// @ts-check
|
|
|
|
// This file is called before all tests (but after GDJS is loaded).
|
|
// Disable a few logs that are too verbose:
|
|
gdjs.Logger.getDefaultConsoleLoggerOutput().discardGroup('Firebase (setup)');
|
|
gdjs.Logger.getDefaultConsoleLoggerOutput().discardGroup('RuntimeScene (setup warnings)');
|
|
gdjs.Logger.getDefaultConsoleLoggerOutput().discardGroup('Player Authentication'); |