Browse Source

remove unused functions

pull/1/head
Tim Glasgow 2 years ago
parent
commit
f9b8dd961f
  1. 2
      squarenotsquare/__tests__/Action-Creators-test.js

2
squarenotsquare/__tests__/Action-Creators-test.js

@ -1,11 +1,9 @@
import 'react-native'; import 'react-native';
import initStore from '../src/redux/CreateStore';
import {appInit} from '../src/redux/actions/SystemActions'; import {appInit} from '../src/redux/actions/SystemActions';
import { APP_INIT } from '../src/redux/types/SystemTypes'; import { APP_INIT } from '../src/redux/types/SystemTypes';
import configureMockStore from 'redux-mock-store'; import configureMockStore from 'redux-mock-store';
import thunk from 'redux-thunk'; import thunk from 'redux-thunk';
const flushPromises = () => new Promise(setImmediate);
const middlewares = [thunk]; const middlewares = [thunk];
const mockStore = configureMockStore(middlewares); const mockStore = configureMockStore(middlewares);

Loading…
Cancel
Save