Skip to content

Commit aa5f07f

Browse files
Shyam-Chenhansl
authored andcommitted
chore: use arrow function (#4599)
1 parent b9295e0 commit aa5f07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/blueprints/ng2/files/e2e/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { <%= jsComponentName %>Page } from './app.po';
22

3-
describe('<%= htmlComponentName %> App', function() {
3+
describe('<%= htmlComponentName %> App', () => {
44
let page: <%= jsComponentName %>Page;
55

66
beforeEach(() => {

0 commit comments

Comments
 (0)