chore(release): 0.15.0

This commit is contained in:
2026-05-28 19:46:05 -07:00
parent 889dc9c009
commit 38dbce517c
52 changed files with 226 additions and 262 deletions
+4 -1
View File
@@ -295,6 +295,9 @@ test('prefetch service deduplicates repeated cue text within a run', async () =>
}
service.stop();
assert.deepEqual(tokenizedTexts.filter((text) => text === 'same'), ['same']);
assert.deepEqual(
tokenizedTexts.filter((text) => text === 'same'),
['same'],
);
assert.ok(tokenizedTexts.includes('other'));
});