refactor to adapters
This commit is contained in:
8
testing/helpers/faker/faker.ts
Normal file
8
testing/helpers/faker/faker.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { faker as baseFaker } from '@faker-js/faker';
|
||||
|
||||
const faker = baseFaker;
|
||||
|
||||
// Fixed seed so demo data is stable across builds
|
||||
faker.seed(20240317);
|
||||
|
||||
export { faker };
|
||||
Reference in New Issue
Block a user