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 wombleton committed Jun 1, 2021
1 parent 0dff697 commit 896dbad
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 896dbad

Please sign in to comment.