Skip to content

Commit

Permalink
feat: ignore just a single line from snyk code
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Jun 15, 2021
1 parent 4c2d076 commit f0012a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/authentication.component.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('Component Tests', () => {

test('should call Auth.changePassword when passwords match', () => {
// GIVEN
// deepcode ignore NoHardcodedPasswords/test: <please specify a reason of ignoring this>
comp.password = comp.confirmPassword = 'myPassword';

// WHEN
Expand Down

0 comments on commit f0012a5

Please sign in to comment.