Mercurial > hg > ugly-duckling
comparison e2e/app.e2e-spec.ts @ 256:6d128e43f4d5
Merge remote-tracking branch 'lucas/feature/determinate-spinner'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 28 Apr 2017 09:23:57 +0100 |
parents | 53ea6406d601 |
children |
comparison
equal
deleted
inserted
replaced
222:990b0fc68653 | 256:6d128e43f4d5 |
---|---|
1 import { UglyDucklingPage } from './app.po'; | 1 import { UglyDucklingPage } from './app.po'; |
2 | 2 |
3 describe('ugly-duckling App', function() { | 3 describe('ugly-duckling App', () => { |
4 let page: UglyDucklingPage; | 4 let page: UglyDucklingPage; |
5 | 5 |
6 beforeEach(() => { | 6 beforeEach(() => { |
7 page = new UglyDucklingPage(); | 7 page = new UglyDucklingPage(); |
8 }); | 8 }); |