mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
test: fix DoneAction test
This commit is contained in:
@@ -3,7 +3,7 @@ const DoneAction = require("../modules/DoneAction");
|
||||
|
||||
jest.mock('execa');
|
||||
|
||||
const platforms = ["win32", "linux", "mac"];
|
||||
const platforms = ["win32", "linux", "darwin"];
|
||||
const actions = ["Lock", "Sleep", "Shutdown"];
|
||||
const actionLength = [4, 3, 3];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user