chore: add missing `.d.ts` to type reference.
/// <reference> tags actually take a precise path, it seems.
This commit is contained in:
parent
f9eb8a44d1
commit
6af41a4543
|
@ -1,4 +1,4 @@
|
||||||
/// <reference path="../../typings/jasmine/jasmine"/>
|
/// <reference path="../../typings/jasmine/jasmine.d.ts"/>
|
||||||
|
|
||||||
import {DOM} from 'angular2/src/dom/dom_adapter';
|
import {DOM} from 'angular2/src/dom/dom_adapter';
|
||||||
import {StringMapWrapper} from 'angular2/src/facade/collection';
|
import {StringMapWrapper} from 'angular2/src/facade/collection';
|
||||||
|
|
Loading…
Reference in New Issue