UNPKG

codesnap-analyzer

Version:

Create comprehensive snapshots of your codebase with token counting for LLMs

7 lines (6 loc) 131 B
"use strict"; describe("Sample Test", () => { it("should pass this test", () => { expect(true).toBe(true); }); });