mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-06-09 15:13:32 -07:00
chore(release): 0.15.0
This commit is contained in:
@@ -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'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user