Skip to content

Commit

Permalink
fix: update script.js to new API
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Mar 13, 2024
1 parent 9058df1 commit 1e11ddd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import faker from "k6/x/faker";

console.log(faker.fake("{username}"));

export default function () {
console.log(faker.fake("{username}"));
console.log(faker.person.firstName());
}

0 comments on commit 1e11ddd

Please sign in to comment.