From 5abc74b66bdda90a091c61fb2254a45d91af57e0 Mon Sep 17 00:00:00 2001 From: D8H Date: Thu, 23 Nov 2023 19:05:08 +0100 Subject: [PATCH] Remove only (#5946) Don't show in changelog --- GDJS/tests/tests/scenestack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GDJS/tests/tests/scenestack.js b/GDJS/tests/tests/scenestack.js index 23c1423edb72..68e0ed6d7a58 100644 --- a/GDJS/tests/tests/scenestack.js +++ b/GDJS/tests/tests/scenestack.js @@ -402,7 +402,7 @@ describe('gdjs.SceneStack', () => { gdjs._unregisterCallback(onRuntimeScenePaused); }); - it.only('can start a layout which assets loading didn\'t stated yet and wait them to finish', async () => { + it('can start a layout which assets loading didn\'t stated yet and wait them to finish', async () => { const mockedResourceManager = new gdjs.MockedResourceManager(); //@ts-ignore const runtimeGame = gdjs.getPixiRuntimeGame(gameSettingsWithHeavyResource);