chore: spell-check test files (#6903)

This commit is contained in:
Joshua Chen 2022-03-12 15:24:56 +08:00 committed by GitHub
parent f6baaa6b75
commit 76cb012209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 184 additions and 155 deletions

View file

@ -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\\">

View file

@ -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();