Move btree test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, it, expect, beforeEach } from 'vitest';
|
||||
import { BPlusTree } from './btree.js';
|
||||
import { BPlusTree } from '../../src/utils/btree.js';
|
||||
|
||||
describe('BPlusTree', () => {
|
||||
let tree: BPlusTree<number, string>;
|
||||
Reference in New Issue
Block a user