chore(typos): Fix low-impact typos
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
@@ -70,7 +70,7 @@ describe('CachedEntityLoader', () => {
|
||||
expect(catalog.getEntityByRef).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('does not cache missing entites', async () => {
|
||||
it('does not cache missing entities', async () => {
|
||||
const catalog = catalogServiceMock({ entities: [] });
|
||||
cache.get.mockResolvedValue(undefined);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user