import { fakeAsync, inject, tick, TestBed } from '@angular/core/testing'; import { Component } from '@angular/core'; import { BaseRequestOptions, Http } from '@angular/http'; import { By } from '@angular/platform-browser'; import { MockBackend } from '@angular/http/testing'; /** * Load the implementations that should be tested. */ import { XLargeDirective } from './x-large.directive'; describe('x-large directive', () => { /** * Create a test component to test directives. */ @Component({ template: '