mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
chore: upgrade dependencies (#7993)
* chore: upgrade dependencies * Fix lint * Bump more * Fix lint
This commit is contained in:
parent
38dd7cfa04
commit
275f509d13
35 changed files with 1779 additions and 1788 deletions
|
@ -59,7 +59,7 @@ describe('normalizePluginOptions', () => {
|
|||
options,
|
||||
),
|
||||
).toEqual({foo: 'a', id: 'default'});
|
||||
expect(consoleMock).toBeCalledWith(
|
||||
expect(consoleMock).toHaveBeenCalledWith(
|
||||
expect.stringMatching(/"foo" deprecated/),
|
||||
);
|
||||
});
|
||||
|
@ -110,7 +110,7 @@ describe('normalizeThemeConfig', () => {
|
|||
themeConfig,
|
||||
),
|
||||
).toEqual(themeConfig);
|
||||
expect(consoleMock).toBeCalledWith(
|
||||
expect(consoleMock).toHaveBeenCalledWith(
|
||||
expect.stringMatching(/"foo" deprecated/),
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue