Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: fix skip message for test-macos-app-sandbox
  • Loading branch information
tniessen authored Apr 6, 2021
commit 6bd33c77ca0d6a51df4ed82339dd1dfae3f655ad
2 changes: 1 addition & 1 deletion test/parallel/test-macos-app-sandbox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
const common = require('../common');
if (process.platform !== 'darwin')
common.skip('App Sandbox is only avaliable on Darwin');
common.skip('App Sandbox is only available on Darwin');

const fixtures = require('../common/fixtures');
const tmpdir = require('../common/tmpdir');
Expand Down