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' );