Skip to content

Commit

Permalink
tests: update test case to match the description (#10384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Feb 3, 2021
1 parent 9c75260 commit 3f5dea9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ describe('getTemplateInstallPackage', () => {
});

it('typescript@next gives cra-template-typescript@next', async () => {
await expect(getTemplateInstallPackage('cra-template-typescript@next')).resolves.toBe(
await expect(getTemplateInstallPackage('typescript@next')).resolves.toBe(
'cra-template-typescript@next'
);
});

This comment has been minimized.

Copy link
@dineshc227

dineshc227 Oct 6, 2021

hello

Expand Down

0 comments on commit 3f5dea9

Please sign in to comment.