Update all non-major dependencies (#12756)
* Update all non-major dependencies * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
93d5d2b39b
commit
454e9346a2
3 changed files with 48 additions and 131 deletions
|
@ -35,6 +35,6 @@ describe("<SyntaxHighlight />", () => {
|
|||
await waitFor(() => expect(container.querySelector(`.language-${lang}`)).toBeTruthy());
|
||||
|
||||
const [_lang, opts] = mock.mock.lastCall!;
|
||||
expect((opts as HighlightOptions)["language"]).toBe(lang);
|
||||
expect((opts as unknown as HighlightOptions)["language"]).toBe(lang);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue