build: update all dependencies

This commit is contained in:
Anselm Stordeur
2019-01-10 14:33:29 +01:00
parent 3d82c94577
commit 8c76221aad
7 changed files with 155 additions and 108 deletions

View File

@@ -12,9 +12,9 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { expect } from 'chai';
import { slow, suite, test, timeout } from 'mocha-typescript';
import { deleteUndefinedProperties } from '../src/common';
import {expect} from 'chai';
import {slow, suite, test, timeout} from 'mocha-typescript';
import {deleteUndefinedProperties} from '../src/common';
@suite(timeout(2000), slow(1000))
export class CommonSpec {

View File

@@ -14,7 +14,7 @@
*/
import {expect} from 'chai';
import {slow, suite, test, timeout} from 'mocha-typescript';
import { SMTP } from '../src/SMTP';
import {SMTP} from '../src/SMTP';
// tslint:disable:no-unused-expression