Skip to content

Commit 2ebbee9

Browse files
authored
Merge pull request #21 from cyrilgeorge153/patch-1
Updated external-libraries.md file documentation for using @faker-js/faker
2 parents 5fe5148 + df9dfd3 commit 2ebbee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripting/external-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const { faker } = require('@faker-js/faker');
2828
const randomName = faker.name.fullName();
2929
const randomEmail = faker.internet.email();
3030

31-
request.setData({
31+
req.setBody({
3232
name: randomName,
3333
email: randomEmail
3434
});

0 commit comments

Comments
 (0)