revert(format): Revert "chore(format): update to latest formatter"
This reverts commit 03627aa84d.
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
import {AsyncTestCompleter, beforeEach, ddescribe, describe, expect, iit, inject, it, xdescribe, xit} from 'angular2/testing_internal';
|
||||
import {
|
||||
AsyncTestCompleter,
|
||||
beforeEach,
|
||||
ddescribe,
|
||||
describe,
|
||||
expect,
|
||||
iit,
|
||||
inject,
|
||||
it,
|
||||
xdescribe,
|
||||
xit
|
||||
} from 'angular2/testing_internal';
|
||||
|
||||
import {assertionsEnabled, IS_DART} from 'angular2/src/facade/lang';
|
||||
|
||||
@@ -13,7 +24,7 @@ export function main() {
|
||||
try {
|
||||
var s: string = <any>42;
|
||||
expect(s).toEqual(42); // without it, dart analyzer will complain that `s` is not used.
|
||||
throw 'should not be reached';
|
||||
throw "should not be reached";
|
||||
} catch (e) {
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user