We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9295e0 commit aa5f07fCopy full SHA for aa5f07f
packages/@angular/cli/blueprints/ng2/files/e2e/app.e2e-spec.ts
@@ -1,6 +1,6 @@
1
import { <%= jsComponentName %>Page } from './app.po';
2
3
-describe('<%= htmlComponentName %> App', function() {
+describe('<%= htmlComponentName %> App', () => {
4
let page: <%= jsComponentName %>Page;
5
6
beforeEach(() => {
0 commit comments