summaryrefslogtreecommitdiff
path: root/tests/types.out
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-11-05 06:52:31 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-11-04 11:52:31 -0800
commit4e07783663d51877e7d41465cf5ef10d1540c4b3 (patch)
treef02336f4f46e8330362f1409d1c298db50dcc98a /tests/types.out
parente93d686e9d5e797f7e4e02bda56a8b6d535326ca (diff)
Improve integration test harness (#1142)
Diffstat (limited to 'tests/types.out')
-rw-r--r--tests/types.out15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/types.out b/tests/types.out
new file mode 100644
index 000000000..be91ae044
--- /dev/null
+++ b/tests/types.out
@@ -0,0 +1,15 @@
+// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+
+/// <reference no-default-lib="true" />
+/// <reference lib="esnext" />
+[WILDCARD]
+declare module "deno" {
+[WILDCARD]
+}
+
+declare interface Window {
+[WILDCARD]
+}
+
+declare const window: Window;
+[WILDCARD]