MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / CountVowels.test.js

File CountVowels.test.js

String/test/CountVowels.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { countVowels } from '../CountVowels'
2
3describe('CountVowels', () => {
4 it('expect throws on use wrong param', () => {

Callers

nothing calls this directly

Calls 1

countVowelsFunction · 0.90

Tested by

no test coverage detected