Skip to content

Commit

Permalink
move common spec in unit/services
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Oct 23, 2023
1 parent c242f91 commit cf9a3b1
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 40 deletions.
38 changes: 0 additions & 38 deletions src/test/integration/common/protocol.common.e2e-spec.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/test/integration/services/caching.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,5 @@ describe('Caching Service', () => {
const cacheValueChunks = await cachingService.batchGetManyRemote(input.map((x) => cacheKeyFunction(x)));
expect(cacheValueChunks).toStrictEqual(output);
});

});

});

0 comments on commit cf9a3b1

Please sign in to comment.