aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/exporter.test.ts (renamed from test/extractor.test.ts)6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/extractor.test.ts b/test/exporter.test.ts
index 5345c651..dd589db1 100644
--- a/test/extractor.test.ts
+++ b/test/exporter.test.ts
@@ -54,9 +54,9 @@ describe("Export segments", () => {
const result = exportTimes(segments);
expect(result).toBe(
- "0:00 - 0:10 Chapter 1\n" +
- "0:20 Highlight\n" +
- "0:30 - 0:40 Sponsor\n"
+ "0:00.000 - 0:10.000 Chapter 1\n" +
+ "0:20.000 Highlight\n" +
+ "0:30.000 - 0:40.000 Sponsor"
);
});