Skip to content

Commit bff9bce

Browse files
committed
🛠️ chore: remove redundant tokens test from parsers
1 parent 47f9c7a commit bff9bce

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/core/test/parsers.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ Back to first level`,
174174
assert.strictEqual(result, "I think the answer is 42. ");
175175
});
176176

177-
test("tokens", () => {
178-
const result = parsers.tokens("Hello world");
179-
assert(typeof result === "number");
180-
assert(result > 0);
181-
});
182177
test("transcription", () => {
183178
const vttContent = `WEBVTT
184179

0 commit comments

Comments
 (0)