Upgrade to TypeScript 3.4.1 (#2027)

This commit is contained in:
Kitson Kelly 2019-04-02 03:47:25 +11:00 committed by Ryan Dahl
parent c855d0edd2
commit ada5ffa610
7 changed files with 116 additions and 86 deletions

View file

@ -14,6 +14,7 @@ test(function windowWindowExists() {
});
test(function globalThisEqualsWindow() {
// @ts-ignore (TypeScript thinks globalThis and window don't match)
assert(globalThis === window);
});