Updated tasks tests with respect to new Express eslint config. Code cleanup.

This commit is contained in:
Michel Kaporin
2017-05-26 10:36:52 +02:00
parent c925cfb72c
commit 0335ea84d6
21 changed files with 91 additions and 112 deletions

View File

@@ -12,8 +12,8 @@ import { Git } from "../areas/git";
let app: SpectronApplication;
let common: CommonActions;
export function test_git() {
context('Git', function () {
export function testGit() {
context('Git', () => {
let git: Git;
beforeEach(async function () {