From 6f6ddb36607876e139f25d789c611093ccc0400d Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 05:05:32 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20Add=20async=20handling=20t?= =?UTF-8?q?o=20loading=20state=20test=20in=20GamemasterExplorer=20componen?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pokedex.online/tests/unit/views/GamemasterExplorer.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/websites/pokedex.online/tests/unit/views/GamemasterExplorer.test.js b/code/websites/pokedex.online/tests/unit/views/GamemasterExplorer.test.js index 29075fb..8624879 100644 --- a/code/websites/pokedex.online/tests/unit/views/GamemasterExplorer.test.js +++ b/code/websites/pokedex.online/tests/unit/views/GamemasterExplorer.test.js @@ -104,7 +104,7 @@ describe('GamemasterExplorer', () => { expect(wrapper.exists()).toBe(true); }); - it('shows loading state when isLoading is true', () => { + it('shows loading state when isLoading is true', async () => { const { useGamemasterFiles } = await import( '../../../src/composables/useGamemasterFiles.js' );