import { sortedArrayToBST } from '../../src/tree/convert-sorted-array-to-binary-search-tree.js' test('将有序数组转换为二叉搜索树', () => { expect(sortedArrayToBST()).toEqual() })