diff options
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/045_programmatic_proxy_client.ts | 2 | ||||
-rw-r--r-- | cli/tests/testdata/045_proxy_client.ts | 2 | ||||
-rw-r--r-- | cli/tests/testdata/045_proxy_test.ts | 2 | ||||
-rw-r--r-- | cli/tests/testdata/compiler_api_test.ts | 2 | ||||
-rw-r--r-- | cli/tests/testdata/websocket_test.ts | 2 | ||||
-rw-r--r-- | cli/tests/testdata/websocketstream_test.ts | 2 | ||||
-rw-r--r-- | cli/tests/testdata/workers/test.ts | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/cli/tests/testdata/045_programmatic_proxy_client.ts b/cli/tests/testdata/045_programmatic_proxy_client.ts index cd6659978..039c6e9ae 100644 --- a/cli/tests/testdata/045_programmatic_proxy_client.ts +++ b/cli/tests/testdata/045_programmatic_proxy_client.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. const client = Deno.createHttpClient({ proxy: { diff --git a/cli/tests/testdata/045_proxy_client.ts b/cli/tests/testdata/045_proxy_client.ts index fe9129312..9d068bc48 100644 --- a/cli/tests/testdata/045_proxy_client.ts +++ b/cli/tests/testdata/045_proxy_client.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. const res = await fetch( "http://localhost:4545/045_mod.ts", ); diff --git a/cli/tests/testdata/045_proxy_test.ts b/cli/tests/testdata/045_proxy_test.ts index e185b04f0..d6edf2be9 100644 --- a/cli/tests/testdata/045_proxy_test.ts +++ b/cli/tests/testdata/045_proxy_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import { Server } from "../../../test_util/std/http/server.ts"; import { assertEquals } from "../../../test_util/std/testing/asserts.ts"; diff --git a/cli/tests/testdata/compiler_api_test.ts b/cli/tests/testdata/compiler_api_test.ts index 41378f941..168d70ce6 100644 --- a/cli/tests/testdata/compiler_api_test.ts +++ b/cli/tests/testdata/compiler_api_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import { assert, assertEquals, diff --git a/cli/tests/testdata/websocket_test.ts b/cli/tests/testdata/websocket_test.ts index 5229ad875..1572e0e67 100644 --- a/cli/tests/testdata/websocket_test.ts +++ b/cli/tests/testdata/websocket_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import { assert, assertEquals, diff --git a/cli/tests/testdata/websocketstream_test.ts b/cli/tests/testdata/websocketstream_test.ts index b43b90139..254ffd479 100644 --- a/cli/tests/testdata/websocketstream_test.ts +++ b/cli/tests/testdata/websocketstream_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import { assert, diff --git a/cli/tests/testdata/workers/test.ts b/cli/tests/testdata/workers/test.ts index 43df417fb..bb9d56fe0 100644 --- a/cli/tests/testdata/workers/test.ts +++ b/cli/tests/testdata/workers/test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. // Requires to be run with `--allow-net` flag |