Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ countVowels } from
'../CountVowels'
2
3
describe(
'CountVowels'
, () => {
4
it(
'expect throws on use wrong param'
, () => {
Callers
nothing calls this directly
Calls
1
countVowels
Function · 0.90
Tested by
no test coverage detected