We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0eb0a commit 63b44fcCopy full SHA for 63b44fc
test/parallel/test-macos-app-sandbox.js
@@ -2,6 +2,8 @@
2
const common = require('../common');
3
if (process.platform !== 'darwin')
4
common.skip('App Sandbox is only available on Darwin');
5
+if (process.config.variables.node_builtin_modules_path)
6
+ common.skip('App Sandbox cannot load modules from outside the sandbox');
7
8
const fixtures = require('../common/fixtures');
9
const tmpdir = require('../common/tmpdir');
0 commit comments