mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-04 15:39:42 +08:00
Update LongestPalindromicSubsequence.test.js
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { longestPalindromeSubsequence } from '../LongestPalindromicSubsequence'
|
||||
|
||||
describe('LongestPalindromicSubsequence', () => {
|
||||
it('expects to return 0 as longest pallindromic subsequence', () => {
|
||||
it('expects to return 1 as longest pallindromic subsequence', () => {
|
||||
expect(longestPalindromeSubsequence('abcdefgh')).toBe(1)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user