Skip to content
Snippets Groups Projects
Commit ba14d3f7 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

test: add cache test

parent 83b3e7dd
No related branches found
No related tags found
No related merge requests found
import { getRepoCache } from './cache';
describe('getRepoCache', () => {
it('returns the global cache', () => {
expect(getRepoCache()).toBeDefined();
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment