testing-node-apps icon indicating copy to clipboard operation
testing-node-apps copied to clipboard

fixed all faker deprecated methods

Open ayuthmang opened this issue 4 years ago • 0 comments

There are so annoying while running the test and faker warn about deprecated methods, for instance,

Screen Shot 2021-12-07 at 11 54 42 AM

This commit tend to fixed all faker deprecated methods

  • faker.random.number --> faker.datatype.number
  • faker.random.boolean --> faker.datatype.boolean
  • faker.random.uuid --> faker.datatype.uuid

ayuthmang avatar Dec 07 '21 05:12 ayuthmang