diff --git a/__test__/configure.test.ts b/__test__/configure.test.ts index 9b68df4..8f5cd12 100644 --- a/__test__/configure.test.ts +++ b/__test__/configure.test.ts @@ -45,6 +45,8 @@ describe('Configure', () => { await configure() - expect(core.info).toBeCalledWith(expect.not.stringContaining('secretpassword')) + expect(core.info).toBeCalledWith( + expect.not.stringContaining('secretpassword') + ) }) })