We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2d076 commit f0012a5Copy full SHA for f0012a5
tests/authentication.component.spec.js
@@ -20,6 +20,7 @@ describe('Component Tests', () => {
20
21
test('should call Auth.changePassword when passwords match', () => {
22
// GIVEN
23
+ // deepcode ignore NoHardcodedPasswords/test: <please specify a reason of ignoring this>
24
comp.password = comp.confirmPassword = 'myPassword';
25
26
// WHEN
0 commit comments