MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / validate.test.ts

File validate.test.ts

modules/code-generator/tests/utils/validate.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { isValidIdentifier } from '../../src/utils/validate';
2describe('utils/validate', () => {
3 it('isValidIdentifier should works for normal identifiers', () => {
4 expect(isValidIdentifier('foo')).toBeTruthy();

Callers

nothing calls this directly

Calls 1

isValidIdentifierFunction · 0.90

Tested by

no test coverage detected