Skip to content

chore(deps): update dependency mdsvex to v0.12.5 #803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
729 changes: 383 additions & 346 deletions pnpm-lock.yaml

Unchanged files with check annotations Beta

});
const iframe = getByTestId('guild-card');
const expected_src = `https://beta.guild.host/embeds/user/${card_id}/item`;
expect(iframe.getAttribute('src')).toBe(expected_src);

Check failure on line 25 in packages/sveltekit-embed/src/lib/components/guild.test.ts

GitHub Actions / Run unit tests for Package

src/lib/components/guild.test.ts > Guild > renders iframe with correct src

AssertionError: expected 'https://guild.host/embeds/user/12345/…' to be 'https://beta.guild.host/embeds/user/1…' // Object.is equality Expected: "https://beta.guild.host/embeds/user/12345/item" Received: "https://guild.host/embeds/user/12345/item" ❯ src/lib/components/guild.test.ts:25:38
});
it('mounts with custom height and width', async () => {