diff --git a/README.md b/README.md index 1d094b9..bc4045a 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ Another update Update 29th May minor tweak + hello + diff --git a/test/index.test.js b/test/index.test.js index 46619dc..1d1fbd1 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -11,3 +11,5 @@ test('Multiply', () => { expect( result ).toEqual( 6 ); }); + +console.log("changes");