Skip to content

Commit

Permalink
tests: update test case to match the description (facebook#10384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and abhiisheek committed May 24, 2023
1 parent 81d71cb commit 17564c0
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'
);
});
Expand Down

0 comments on commit 17564c0

Please sign in to comment.