Add tests for the versioning model

This commit is contained in:
Webber
2020-04-28 01:43:15 +02:00
committed by Webber Takken
parent 22c7d0e516
commit b6f8040f4a
9 changed files with 298 additions and 31 deletions

View File

@@ -1,5 +1,7 @@
import Cache from './cache';
jest.mock('./input');
describe('Cache', () => {
describe('Verification', () => {
it('does not throw', () => {