Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Apr 12, 2021
1 parent 0cb3f83 commit 78bb5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-policy-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const dep = fixtures.path('policy', 'parent.js');
[
'--experimental-policy',
depPolicy,
fixtures.path('policy', 'canonicalize.mjs')
fixtures.path('policy', 'canonicalize.mjs'),
]
);
assert.strictEqual(
Expand Down

0 comments on commit 78bb5e7

Please sign in to comment.