test(web): App

This commit is contained in:
Paul Armstrong
2021-02-20 08:20:17 -06:00
committed by Blake Blackshear
parent c12aec7c8f
commit 3348f04889
14 changed files with 38 additions and 16 deletions
-2
View File
@@ -3,8 +3,6 @@ import * as Api from '../../api';
import Debug from '../Debug';
import { render, screen } from '@testing-library/preact';
jest.mock('../../api/baseUrl');
describe('Debug Route', () => {
let useStatsMock;