Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, expect, it } from
'vitest'
;
2
import
{ resolveNameCasing, toPascalCase, toCamelCase, toSnakeCase } from
'../src/actions/pull/casing'
;
3
4
describe(
'toPascalCase'
, () => {
Callers
nothing calls this directly
Calls
4
toPascalCase
Function · 0.90
toCamelCase
Function · 0.90
toSnakeCase
Function · 0.90
resolveNameCasing
Function · 0.90
Tested by
no test coverage detected