chore: pin dependencies and use native TypeScript
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { type FileEntry, migrateSessionEntries } from "../../src/core/session-manager.js";
|
||||
import { type FileEntry, migrateSessionEntries } from "../../src/core/session-manager.ts";
|
||||
|
||||
describe("migrateSessionEntries", () => {
|
||||
it("should add id/parentId to v1 entries", () => {
|
||||
|
||||
Reference in New Issue
Block a user