test(web): App

This commit is contained in:
Paul Armstrong
2021-02-13 20:37:22 -08:00
committed by Blake Blackshear
parent c12aec7c8f
commit 3348f04889
14 changed files with 38 additions and 16 deletions

View File

@@ -4,8 +4,6 @@ import * as Hooks from '../../hooks';
import CameraImage from '../CameraImage';
import { render, screen } from '@testing-library/preact';
jest.mock('../../api/baseUrl');
describe('CameraImage', () => {
beforeEach(() => {
jest.spyOn(Api, 'useConfig').mockImplementation(() => {