fix failing tests

This commit is contained in:
lukas 2021-05-08 16:38:01 +02:00
parent b13a10f37b
commit f7705aef98

View File

@ -1,7 +1,7 @@
import React from 'react';
import AuthenticationPage from './AuthenticationPage';
import {shallow} from 'enzyme';
import {token} from "../../utils/Api";
import {token} from "../../utils/TokenHandler";
describe('<AuthenticationPage/>', function () {
it('renders without crashing ', function () {