MCPcopy 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

1import { checkAnagramMap, checkAnagramRegex } from '../CheckAnagram'
2
3describe('Testing checkAnagramRegex', () => {
4 it.each`

Callers

nothing calls this directly

Calls 2

checkAnagramRegexFunction · 0.90
checkAnagramMapFunction · 0.90

Tested by

no test coverage detected