| 1 | import { isValidIdentifier } from '../../src/utils/validate'; |
| 2 | describe('utils/validate', () => { |
| 3 | it('isValidIdentifier should works for normal identifiers', () => { |
| 4 | expect(isValidIdentifier('foo')).toBeTruthy(); |
nothing calls this directly
no test coverage detected