mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +08:00
chore: use arrow function (#4599)
This commit is contained in:
parent
b9295e08e7
commit
aa5f07f24d
@ -1,6 +1,6 @@
|
||||
import { <%= jsComponentName %>Page } from './app.po';
|
||||
|
||||
describe('<%= htmlComponentName %> App', function() {
|
||||
describe('<%= htmlComponentName %> App', () => {
|
||||
let page: <%= jsComponentName %>Page;
|
||||
|
||||
beforeEach(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user