@ -1,5 +1,5 @@
import * as React from 'react';
import * as sjcl from 'sjcl';
import sjcl from 'sjcl';
import { List, ListItem } from '../widgets/List';
@ -3,7 +3,7 @@ import { connect } from 'react-redux';
import { Action } from 'redux-actions';
import { Route, Switch, Redirect, RouteComponentProps, withRouter } from 'react-router';
import * as moment from 'moment';
import moment from 'moment';
import 'moment/locale/en-gb';
import { List, Map } from 'immutable';
@ -3,7 +3,7 @@ import { USER, PASSWORD, keyBase64 } from './TestConstants';
import { stringToByteArray } from './Helpers';
sjcl.random.addEntropy('seedForTheTests', 1024, 'FakeSeed');
it('Derive key', () => {
@ -1,4 +1,4 @@
import NodeRSA from 'node-rsa';
import * as Constants from './Constants';
@ -1,6 +1,6 @@
import * as EteSync from './EteSync';
import { USER, PASSWORD, keyBase64 } from './TestConstants';
import URI from 'urijs';
@ -1,7 +1,7 @@
import BigCalendar, { View } from 'react-big-calendar';
import 'react-big-calendar/lib/css/react-big-calendar.css';
import * as ICAL from 'ical.js';
import { EventType } from '../pim-types';
import { byte, base64 } from '../api/Helpers';