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

File string.spec.ts

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

Source from the content-addressed store, hash-verified

1import isULID from 'validator/lib/isULID';
2import isUUID from 'validator/lib/isUUID';
3import { describe, expect, it } from 'vitest';
4import { FakerError, faker } from '../../src';

Callers

nothing calls this directly

Calls 15

seededTestsFunction · 0.90
timesFunction · 0.90
describeMethod · 0.80
fromCharactersMethod · 0.80
alphaMethod · 0.80
alphanumericMethod · 0.80
hexadecimalMethod · 0.80
numericMethod · 0.80
intMethod · 0.80
uuidMethod · 0.80
toStartWithMethod · 0.80
ulidMethod · 0.80

Tested by

no test coverage detected