Remove overly wordy "Smoke Test Suite", change 'context' to 'describe'

This commit is contained in:
Rob Lourens
2017-08-16 14:58:25 -07:00
parent cb1797f1ef
commit 0af0d49222
16 changed files with 16 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ let app: SpectronApplication;
let common: CommonActions;
export function testGit() {
context('Git', () => {
describe('Git', () => {
let git: Git;
beforeEach(async function () {