mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 05:24:57 +08:00
fix(@angular/cli): remove inexistent tslint override
`no-unused-variable` doesn't exist anymore, so these disables aren't doing anything. Close #4696
This commit is contained in:
parent
32f0cdfa53
commit
82b9715f7b
@ -1,7 +1,4 @@
|
||||
/* tslint:disable:no-unused-variable */
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { By } from '@angular/platform-browser';
|
||||
import { DebugElement } from '@angular/core';
|
||||
|
||||
import { <%= classifiedModuleName %>Component } from './<%= dasherizedModuleName %>.component';
|
||||
|
||||
|
@ -1,6 +1,3 @@
|
||||
/* tslint:disable:no-unused-variable */
|
||||
|
||||
import { TestBed, async } from '@angular/core/testing';
|
||||
import { <%= classifiedModuleName %>Directive } from './<%= dasherizedModuleName %>.directive';
|
||||
|
||||
describe('<%= classifiedModuleName %>Directive', () => {
|
||||
|
@ -1,6 +1,3 @@
|
||||
/* tslint:disable:no-unused-variable */
|
||||
|
||||
import { TestBed, async } from '@angular/core/testing';
|
||||
import <%= classifiedModuleName %>Module from './<%= dasherizedModuleName %>.module';
|
||||
|
||||
describe('<%= classifiedModuleName %>Module', () => {
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* tslint:disable:no-unused-variable */
|
||||
|
||||
import { TestBed, async } from '@angular/core/testing';<% if (routing) { %>
|
||||
import { RouterTestingModule } from '@angular/router/testing';<% } %>
|
||||
import { AppComponent } from './app.component';
|
||||
|
@ -1,6 +1,3 @@
|
||||
/* tslint:disable:no-unused-variable */
|
||||
|
||||
import { TestBed, async } from '@angular/core/testing';
|
||||
import { <%= classifiedModuleName %>Pipe } from './<%= dasherizedModuleName %>.pipe';
|
||||
|
||||
describe('<%= classifiedModuleName %>Pipe', () => {
|
||||
|
@ -1,6 +1,4 @@
|
||||
/* tslint:disable:no-unused-variable */
|
||||
|
||||
import { TestBed, async, inject } from '@angular/core/testing';
|
||||
import { TestBed, inject } from '@angular/core/testing';
|
||||
import { <%= classifiedModuleName %>Service } from './<%= dasherizedModuleName %>.service';
|
||||
|
||||
describe('<%= classifiedModuleName %>Service', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user