mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 04:21:39 -04:00
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
import { nodeIdContainsSequence } from '../lib/nodeIdUtils'
|
|
|
|
test('nodeIdContainsSequence()', () => {
|
|
expect(nodeIdContainsSequence('>.>b>a>c>b>a>', 'a', 'b')).toBeTruthy()
|
|
})
|