update test suite

This commit is contained in:
2024-12-01 11:42:50 -05:00
parent 337e882767
commit 826c0b2d1d
2 changed files with 1 additions and 1204 deletions

1203
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
// test/core.test.ts // test/core.test.ts
import { describe, it, expect, beforeEach, spyOn } from 'bun:test'; import { describe, it, expect, beforeEach, spyOn } from 'bun:test';
import { TokenCleaner, MarkdownGenerator } from '../src'; import { TokenCleaner, MarkdownGenerator } from '../src';
import micromatch from 'micromatch'; import * as micromatch from 'micromatch';
import llama3Tokenizer from 'llama3-tokenizer-js'; import llama3Tokenizer from 'llama3-tokenizer-js';
import path from 'path'; import path from 'path';
import fs from 'fs/promises'; import fs from 'fs/promises';