Skip to content

Commit f0012a5

Browse files
committed
feat: ignore just a single line from snyk code
1 parent 4c2d076 commit f0012a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/authentication.component.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ describe('Component Tests', () => {
2020

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

2526
// WHEN

0 commit comments

Comments
 (0)