From f0012a54f155de760c6beecc8ddb04ada35593e8 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Tue, 15 Jun 2021 13:11:29 +0300 Subject: [PATCH] feat: ignore just a single line from snyk code --- tests/authentication.component.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/authentication.component.spec.js b/tests/authentication.component.spec.js index af0caae27b..3582667ae7 100644 --- a/tests/authentication.component.spec.js +++ b/tests/authentication.component.spec.js @@ -20,6 +20,7 @@ describe('Component Tests', () => { test('should call Auth.changePassword when passwords match', () => { // GIVEN + // deepcode ignore NoHardcodedPasswords/test: comp.password = comp.confirmPassword = 'myPassword'; // WHEN