Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Feb 9, 2021
1 parent 1c0b607 commit 718f600
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/parallel/test-policy-scopes.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ const { spawnSync } = require('child_process');
'policy',
'dependencies',
'dependencies-scopes-and-resources-policy.json');
const { status, stderr, stdout } = spawnSync(
const { status } = spawnSync(
process.execPath,
[
'--experimental-policy', depPolicy, dep,
]
);
console.log('%s %s', stderr, stdout)
assert.strictEqual(status, 0);
}

0 comments on commit 718f600

Please sign in to comment.