mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
chore: spell-check test files (#6903)
This commit is contained in:
parent
f6baaa6b75
commit
76cb012209
59 changed files with 184 additions and 155 deletions
|
@ -24,7 +24,7 @@ import TabItem from '@theme/TabItem';
|
|||
"
|
||||
`;
|
||||
|
||||
exports[`npm2yarn plugin tdoes not re-import tabs components when already imported below 1`] = `
|
||||
exports[`npm2yarn plugin does not re-import tabs components when already imported below 1`] = `
|
||||
"<Tabs>
|
||||
<TabItem value=\\"npm\\">
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ describe('npm2yarn plugin', () => {
|
|||
expect(result).toMatchSnapshot();
|
||||
});
|
||||
|
||||
it('tdoes not re-import tabs components when already imported below', async () => {
|
||||
it('does not re-import tabs components when already imported below', async () => {
|
||||
const result = await processFixture('import-tabs-below');
|
||||
|
||||
expect(result).toMatchSnapshot();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue