import { numTrees } from '../../src/tree/unique-binary-search-trees' test('不同的二叉搜索树', () => { expect(numTrees(3)).toBe(5) })