mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Updated tasks tests with respect to new Express eslint config. Code cleanup.
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user