fix: typo

This commit is contained in:
Yadong Zhang 2022-08-25 01:09:16 +08:00 committed by GitHub
parent 83799d9edf
commit ab720aee30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ describe('renderJsx', () => {
expect(renderJsx(createElement(ProfilerComponent, {}, 'I am Profiler'), {}))
.toMatchInlineSnapshot(`
<PraofilerComponent>
<ProfilerComponent>
I m Profiler
<ProfilerComponent>
`);