MCPcopy
hub / github.com/jestjs/jest / char

Function char

packages/diff-sequences/src/__tests__/index.property.test.ts:12–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10import diff from '../';
11
12const char = () =>
13 fc.string({maxLength: 1, minLength: 1, unit: 'grapheme-ascii'});
14
15const findCommonItems = (a: Array<string>, b: Array<string>): Array<string> => {
16 const array: Array<string> = [];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected