diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/045_proxy_client.ts | 2 | ||||
-rw-r--r-- | cli/tests/045_proxy_test.ts | 2 | ||||
-rw-r--r-- | cli/tests/error_009_missing_js_module.disabled | 2 | ||||
-rw-r--r-- | cli/tests/integration_tests.rs | 2 | ||||
-rw-r--r-- | cli/tests/std_tests.rs | 2 | ||||
-rw-r--r-- | cli/tests/types.out | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/cli/tests/045_proxy_client.ts b/cli/tests/045_proxy_client.ts index 221ac57f6..65c5594f8 100644 --- a/cli/tests/045_proxy_client.ts +++ b/cli/tests/045_proxy_client.ts @@ -1,3 +1,3 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. const res = await fetch("http://localhost:4545/std/examples/colors.ts"); console.log(`Response http: ${await res.text()}`); diff --git a/cli/tests/045_proxy_test.ts b/cli/tests/045_proxy_test.ts index 98225dbf1..e9629db37 100644 --- a/cli/tests/045_proxy_test.ts +++ b/cli/tests/045_proxy_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { serve, ServerRequest } from "../../std/http/server.ts"; import { assertEquals } from "../../std/testing/asserts.ts"; diff --git a/cli/tests/error_009_missing_js_module.disabled b/cli/tests/error_009_missing_js_module.disabled index b16bb232b..3156fc94b 100644 --- a/cli/tests/error_009_missing_js_module.disabled +++ b/cli/tests/error_009_missing_js_module.disabled @@ -1,4 +1,4 @@ args: tests/error_009_missing_js_module.js check_stderr: true exit_code: 1 -output: tests/error_009_missing_js_module.js.out
\ No newline at end of file +output: tests/error_009_missing_js_module.js.out diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 4eef5dbc6..63e681e31 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. #[macro_use] extern crate lazy_static; extern crate tempfile; diff --git a/cli/tests/std_tests.rs b/cli/tests/std_tests.rs index beab74675..d1ed599bc 100644 --- a/cli/tests/std_tests.rs +++ b/cli/tests/std_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // TODO: fix tests in debug mode // Runs only on release build diff --git a/cli/tests/types.out b/cli/tests/types.out index 6c17b0f90..df79ff821 100644 --- a/cli/tests/types.out +++ b/cli/tests/types.out @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. [WILDCARD] declare namespace Deno { |