chore(benchpress): make benchpress compile

Also adds compiling benchpress to the build scripts to verify that.
This commit is contained in:
Jason Choi
2016-08-03 12:32:26 -07:00
committed by Alex Rickabaugh
parent c8d53d71a3
commit 3fcd6fd93f
54 changed files with 154 additions and 280 deletions

View File

@ -1,15 +1,4 @@
import {
afterEach,
AsyncTestCompleter,
beforeEach,
ddescribe,
describe,
expect,
iit,
inject,
it,
xit,
} from '@angular/testing/testing_internal';
import {afterEach, AsyncTestCompleter, beforeEach, ddescribe, describe, expect, iit, inject, it, xit} from '@angular/core/testing/testing_internal';
import {
Runner,
Sampler,
@ -22,8 +11,8 @@ import {
WebDriverAdapter,
SampleState
} from 'benchpress/common';
import {isBlank} from '@angular/facade';
import {PromiseWrapper} from '@angular/facade';
import {isBlank} from '@angular/facade/src/lang';
import {PromiseWrapper} from '@angular/facade/src/async';
export function main() {
describe('runner', () => {