diff options
Diffstat (limited to 'std/testing/mod.ts')
-rw-r--r-- | std/testing/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/testing/mod.ts b/std/testing/mod.ts index 06a1df958..16eae5ebe 100644 --- a/std/testing/mod.ts +++ b/std/testing/mod.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. export * from "./asserts.ts"; export * from "./bench.ts"; |