diff options
Diffstat (limited to 'js/globals_test.ts')
-rw-r--r-- | js/globals_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/globals_test.ts b/js/globals_test.ts index e40718f28..889ca4ecd 100644 --- a/js/globals_test.ts +++ b/js/globals_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test, assert } from "./test_util.ts"; test(function globalThisExists() { |