diff --git a/README.md b/README.md index e5db1bc62..77bc3c76a 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ $ npm install @adobe/spacecat-shared-utils ## Usage See the [API documentation](docs/API.md). + +## test comment. \ No newline at end of file diff --git a/packages/spacecat-shared-data-access/test/unit/index.test.js b/packages/spacecat-shared-data-access/test/unit/index.test.js index 1298b4067..4a03295fe 100644 --- a/packages/spacecat-shared-data-access/test/unit/index.test.js +++ b/packages/spacecat-shared-data-access/test/unit/index.test.js @@ -52,7 +52,7 @@ describe('Data Access Wrapper Tests', () => { this.timeout(10000); mockContext.dataAccess = { existingDataAccess: true }; const wrappedFn = dataAccessWrapper(mockFn); - + // random comment. await wrappedFn(mockRequest, mockContext); expect(mockContext.dataAccess).to.deep.equal({ existingDataAccess: true });