We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9356712 commit 434211fCopy full SHA for 434211f
tests/DoneAction.test.js
@@ -3,7 +3,7 @@ const DoneAction = require("../modules/DoneAction");
3
4
jest.mock('execa');
5
6
-const platforms = ["win32", "linux", "mac"];
+const platforms = ["win32", "linux", "darwin"];
7
const actions = ["Lock", "Sleep", "Shutdown"];
8
const actionLength = [4, 3, 3];
9
0 commit comments