MCPcopy Index your code
hub / github.com/nodejs/nodejs.org / string.test.mjs

File string.test.mjs

apps/site/util/__tests__/string.test.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'node:assert/strict';
2import { describe, it } from 'node:test';
3
4import { getAcronymFromString, dashToCamelCase } from '#site/util/string';

Callers

nothing calls this directly

Calls 2

getAcronymFromStringFunction · 0.90
dashToCamelCaseFunction · 0.90

Tested by

no test coverage detected