MCPcopy
hub / github.com/faker-js/faker / helpers.spec.ts

File helpers.spec.ts

test/modules/helpers.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { FakerError, faker } from '../../src';
3import { luhnCheck } from '../../src/modules/helpers/luhn-check';
4import { seededTests } from '../support/seeded-runs';

Callers

nothing calls this directly

Calls 15

seededTestsFunction · 0.90
timesFunction · 0.90
describeMethod · 0.80
intMethod · 0.80
arrayElementMethod · 0.80
enumValueMethod · 0.80
weightedArrayElementMethod · 0.80
arrayElementsMethod · 0.80
toContainDuplicatesMethod · 0.80
slugifyMethod · 0.80
replaceSymbolsMethod · 0.80

Tested by

no test coverage detected