Skip to content
Snippets Groups Projects

Resolve "Add authorization to socketio"

Merged Albin Henriksson requested to merge 145-add-authorization-to-socketio into dev
import mockedAxios from 'axios'
import Types from '../actions/types'
import store from '../store'
import { CheckAuthenticationAdmin } from './CheckAuthenticationAdmin'
import { CheckAuthenticationAdmin } from './checkAuthenticationAdmin'
it('dispatches correct actions when auth token is ok', async () => {
const userRes: any = {
Loading