MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / casing.test.ts

File casing.test.ts

packages/cli/test/casing.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { resolveNameCasing, toPascalCase, toCamelCase, toSnakeCase } from '../src/actions/pull/casing';
3
4describe('toPascalCase', () => {

Callers

nothing calls this directly

Calls 4

toPascalCaseFunction · 0.90
toCamelCaseFunction · 0.90
toSnakeCaseFunction · 0.90
resolveNameCasingFunction · 0.90

Tested by

no test coverage detected