mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-23 00:11:28 -07:00
Overlay 2.0 (#12)
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
test('load subtitle position main deps builder maps callbacks', () => {
|
||||
const calls: string[] = [];
|
||||
const deps = createBuildLoadSubtitlePositionMainDepsHandler({
|
||||
loadSubtitlePositionCore: () => ({ x: 1, y: 2 } as never),
|
||||
loadSubtitlePositionCore: () => ({ x: 1, y: 2 }) as never,
|
||||
setSubtitlePosition: () => calls.push('set'),
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user