mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Remove overly wordy "Smoke Test Suite", change 'context' to 'describe'
This commit is contained in:
@@ -13,7 +13,7 @@ let app: SpectronApplication;
|
||||
let common: CommonActions;
|
||||
|
||||
export function testGit() {
|
||||
context('Git', () => {
|
||||
describe('Git', () => {
|
||||
let git: Git;
|
||||
|
||||
beforeEach(async function () {
|
||||
|
||||
Reference in New Issue
Block a user