diff options
author | Ajay <[email protected]> | 2022-10-11 17:59:46 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-10-11 17:59:46 -0400 |
commit | 4729268083969af387cb9f302b4b8bc069bc840c (patch) | |
tree | 72d4a2087caf4155108dbb70e2ef66d1ec2e67c9 /test | |
parent | 85e3d3bc1842c69de179eca529b4084b73f365b3 (diff) | |
download | SponsorBlock-4729268083969af387cb9f302b4b8bc069bc840c.tar.gz SponsorBlock-4729268083969af387cb9f302b4b8bc069bc840c.zip |
Reimport chapters if they are found to have changed
Diffstat (limited to 'test')
-rw-r--r-- | test/previewBar.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/previewBar.test.ts b/test/previewBar.test.ts index a9083007..fbbbc39b 100644 --- a/test/previewBar.test.ts +++ b/test/previewBar.test.ts @@ -3,7 +3,7 @@ import PreviewBar, { PreviewBarSegment } from "../src/js-components/previewBar"; describe("createChapterRenderGroups", () => { let previewBar: PreviewBar; beforeEach(() => { - previewBar = new PreviewBar(null, null, null, null, true); + previewBar = new PreviewBar(null, null, null, null, null, true); }) it("Two unrelated times", () => { |