Skip to content

Commit 434211f

Browse files
committed
test: fix DoneAction test
1 parent 9356712 commit 434211f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DoneAction.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const DoneAction = require("../modules/DoneAction");
33

44
jest.mock('execa');
55

6-
const platforms = ["win32", "linux", "mac"];
6+
const platforms = ["win32", "linux", "darwin"];
77
const actions = ["Lock", "Sleep", "Shutdown"];
88
const actionLength = [4, 3, 3];
99

0 commit comments

Comments
 (0)