Skip to content

Commit 718f600

Browse files
committed
lint
1 parent 1c0b607 commit 718f600

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/parallel/test-policy-scopes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ const { spawnSync } = require('child_process');
3030
'policy',
3131
'dependencies',
3232
'dependencies-scopes-and-resources-policy.json');
33-
const { status, stderr, stdout } = spawnSync(
33+
const { status } = spawnSync(
3434
process.execPath,
3535
[
3636
'--experimental-policy', depPolicy, dep,
3737
]
3838
);
39-
console.log('%s %s', stderr, stdout)
4039
assert.strictEqual(status, 0);
4140
}

0 commit comments

Comments
 (0)