mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-17 21:18:56 +03:00
Fix exporter test
This commit is contained in:
@@ -54,9 +54,9 @@ describe("Export segments", () => {
|
|||||||
const result = exportTimes(segments);
|
const result = exportTimes(segments);
|
||||||
|
|
||||||
expect(result).toBe(
|
expect(result).toBe(
|
||||||
"0:00 - 0:10 Chapter 1\n" +
|
"0:00.000 - 0:10.000 Chapter 1\n" +
|
||||||
"0:20 Highlight\n" +
|
"0:20.000 Highlight\n" +
|
||||||
"0:30 - 0:40 Sponsor\n"
|
"0:30.000 - 0:40.000 Sponsor"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
Reference in New Issue
Block a user