Skip to content

Commit

Permalink
Remove only (#5946)
Browse files Browse the repository at this point in the history
Don't show in changelog
  • Loading branch information
D8H authored Nov 23, 2023
1 parent a848764 commit 5abc74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GDJS/tests/tests/scenestack.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5abc74b

Please sign in to comment.