We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f9c7a commit bff9bceCopy full SHA for bff9bce
1 file changed
packages/core/test/parsers.test.ts
@@ -174,11 +174,6 @@ Back to first level`,
174
assert.strictEqual(result, "I think the answer is 42. ");
175
});
176
177
- test("tokens", () => {
178
- const result = parsers.tokens("Hello world");
179
- assert(typeof result === "number");
180
- assert(result > 0);
181
- });
182
test("transcription", () => {
183
const vttContent = `WEBVTT
184
0 commit comments