/* tslint:disable:no-unused-variable */ import { TestBed, async } from '@angular/core/testing'; import { CodeSampleComponent } from './code-sample.component'; describe('Component: CodeSample', () => { it('should create an instance', () => { let component = new CodeSampleComponent(); expect(component).toBeTruthy(); }); });