summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-02 15:13:47 -0500
committerGitHub <noreply@github.com>2020-01-02 15:13:47 -0500
commitbfab4ed0dfa5e2034005133a257201c934bc3a80 (patch)
treecd53471ad241770d3cd9a9da6246463d92e0ebeb /cli/tests
parentb0761138e5d2486c241ab8fdfa67fe2c2a0b621b (diff)
Happy new year! (#3578)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/045_proxy_client.ts2
-rw-r--r--cli/tests/045_proxy_test.ts2
-rw-r--r--cli/tests/error_009_missing_js_module.disabled2
-rw-r--r--cli/tests/integration_tests.rs2
-rw-r--r--cli/tests/std_tests.rs2
-rw-r--r--cli/tests/types.out2
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 {