mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-27 00:55:16 -07:00
Overlay 2.0 (#12)
This commit is contained in:
@@ -58,7 +58,11 @@ test('ensure tray creates new tray and binds click handler', () => {
|
||||
createImageFromPath: () =>
|
||||
({
|
||||
isEmpty: () => false,
|
||||
resize: (options: { width: number; height: number; quality?: 'best' | 'better' | 'good' }) => {
|
||||
resize: (options: {
|
||||
width: number;
|
||||
height: number;
|
||||
quality?: 'best' | 'better' | 'good';
|
||||
}) => {
|
||||
calls.push(`resize:${options.width}x${options.height}`);
|
||||
return {
|
||||
isEmpty: () => false,
|
||||
|
||||
Reference in New Issue
Block a user