We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710a706 commit f682733Copy full SHA for f682733
example/index.ts
@@ -52,7 +52,7 @@ User.create({ id: '1' })
52
53
const F = factory.define(User, ({ faker }) => {
54
return {
55
- username: faker.internet.userName(),
+ username: faker.internet.username(),
56
}
57
})
58
0 commit comments