test(web): App

This commit is contained in:
Paul Armstrong
2021-02-16 07:08:25 -06:00
committed by Blake Blackshear
parent aebabf8149
commit 5f4fde4b7a
14 changed files with 38 additions and 16 deletions
+2
View File
@@ -20,3 +20,5 @@ beforeEach(() => {
throw new Error(`Unexpected fetch to ${url}, ${JSON.stringify(opts)}`);
});
});
jest.mock('../src/env');