zoubingwu / msw-auto-mock

A cli tool to generate random mock data from OpenAPI definition for msw.
246 stars 54 forks source link

Change deprecated faker.name.findName() to faker.name.fullName() #12

Closed chrisbarless closed 1 year ago

chrisbarless commented 1 year ago

Hi there, thanks for this great package!

I am running @faker-js/faker@7.4.0 in my project, and I'm seeing a warning in my console for each time findName is called:

image

So I followed their advice, and here's my console after this PR:

image

Thanks again.