mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 10:05:37 -04:00
9 lines
432 B
JavaScript
9 lines
432 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');
|
|
|
|
gdjs.multiplayer.disableMultiplayerForTesting = true; |