Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ CheckAnagram.test.js
File
CheckAnagram.test.js
String/test/CheckAnagram.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ checkAnagramMap, checkAnagramRegex } from
'../CheckAnagram'
2
3
describe(
'Testing checkAnagramRegex'
, () => {
4
it.each`
Callers
nothing calls this directly
Calls
2
checkAnagramRegex
Function · 0.90
checkAnagramMap
Function · 0.90
Tested by
no test coverage detected