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 61f6957 commit dc8e870Copy full SHA for dc8e870
test/data/rest/posts_factory.js
@@ -2,6 +2,6 @@ const { Factory } = require('rosie');
2
const { faker } = require('@faker-js/faker');
3
4
module.exports = new Factory()
5
- .attr('author', () => faker.name.findName())
+ .attr('author', () => faker.name.fullName())
6
.attr('title', () => faker.lorem.sentence())
7
.attr('body', () => faker.lorem.paragraph());
0 commit comments