We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddb1fe commit 8f7b98fCopy full SHA for 8f7b98f
components/__tests__/login/ProviderButton.test.ts
@@ -15,7 +15,6 @@ describe('ProviderButton', () => {
15
it('uses default props when none provided', async () => {
16
const wrapper = await mountSuspended(ProviderButton);
17
expect(wrapper.text()).toContain('Sign in with Spotify');
18
- expect(wrapper.vm.provider).toBe('spotify');
19
});
20
21
// Test image rendering
0 commit comments