diff --git a/customer/src/services/customer-service.test.js b/customer/src/services/customer-service.test.js index 7e6a6a0..7a49917 100644 --- a/customer/src/services/customer-service.test.js +++ b/customer/src/services/customer-service.test.js @@ -3,6 +3,7 @@ describe("CustomerService", () => { // which function it is describe("SignIn", () => { // which scenario we are testing + // Added this additional test to test CI Workflow working test("Validate user inputs", () => { })