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 63a6d4c commit b8e62ffCopy full SHA for b8e62ff
docs/guide/usage.md
@@ -379,7 +379,7 @@ function createRandomAddress(faker: Faker): Address {
379
}
380
```
381
382
-:::warning Warning
+::: warning Warning
383
Migrating your existing data to either of these variants, will still change all data, but after that they are independent.
384
So we recommend writing your methods like this from the start.
385
:::
@@ -433,6 +433,6 @@ subscribeToNewsletter(user1);
433
expect(user1).toEqual(user2); ✅
434
435
436
-:::info Note
+::: info Note
437
Calling `faker.clone()` is idempotent. So you can call it as often as you want, it doesn't have an impact on the faker instance.
438
0 commit comments