Update tests

This commit is contained in:
Andy Hanson 2016-06-09 09:20:15 -07:00
parent b08fe6f4f6
commit 3ab1e27317
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ export interface A {
x: () => typeof $
>x : Symbol(A.x, Decl(app.ts, 2, 20))
>$ : Symbol($, Decl(app.ts, 1, 8))
>$ : Symbol($, Decl(index.d.ts, 0, 11))
}
=== /ref.d.ts ===

View file

@ -8,7 +8,7 @@ export interface A {
x: typeof $;
>x : Symbol(A.x, Decl(app.ts, 2, 20))
>$ : Symbol($, Decl(app.ts, 1, 8))
>$ : Symbol($, Decl(index.d.ts, 0, 11))
}
=== /ref.d.ts ===