From 9778312fa112fd76422b400f891a934936e9b7b4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Sat, 7 Oct 2017 22:07:47 -0400 Subject: [PATCH] chore: version 1.1.1 --- ponyracer/e2e/app.e2e-spec.ts | 6 ++---- ponyracer/package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ponyracer/e2e/app.e2e-spec.ts b/ponyracer/e2e/app.e2e-spec.ts index 98c1d470a..605376d44 100644 --- a/ponyracer/e2e/app.e2e-spec.ts +++ b/ponyracer/e2e/app.e2e-spec.ts @@ -7,10 +7,8 @@ describe('ponyracer App', () => { page = new PonyracerPage(); }); - it('should display welcome message', done => { + it('should display welcome message', () => { page.navigateTo(); - page.getParagraphText() - .then(msg => expect(msg).toEqual('Welcome to app!!')) - .then(done, done.fail); + expect(page.getParagraphText()).toEqual('Welcome to app!!'); }); }); diff --git a/ponyracer/package.json b/ponyracer/package.json index 9f79460e7..b9e922210 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "zone.js": "^0.8.4" }, "devDependencies": { - "@angular/cli": "1.1.0", + "@angular/cli": "1.1.1", "@angular/compiler-cli": "^4.0.0", "@angular/language-service": "^4.0.0", "@types/jasmine": "2.5.45",