| 1 | import isDataURI from 'validator/lib/isDataURI'; |
| 2 | import { describe, expect, it } from 'vitest'; |
| 3 | import { faker, Sex } from '../../src'; |
| 4 | import { seededTests } from '../support/seeded-runs'; |
nothing calls this directly
no test coverage detected