Commit 2d5c4ccf authored by Davor Lozic's avatar Davor Lozic Committed by Jesús Rodríguez

Change var to let in e2e (#147)

Fixes lint.
parent 2d5c6677
describe('QuickStart E2E Tests', function () {
var expectedMsg = 'My First Angular 2 App';
let expectedMsg = 'My First Angular 2 App';
beforeEach(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment