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

File Abbreviation.test.js

Dynamic-Programming/tests/Abbreviation.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { isAbbreviation } from '../Abbreviation.js'
2
3const expectPositive = (word, abbr) =>
4 expect(isAbbreviation(word, abbr)).toBe(true)

Callers

nothing calls this directly

Calls 2

expectPositiveFunction · 0.85
expectNegativeFunction · 0.85

Tested by

no test coverage detected