diff options
Diffstat (limited to 'std/node/assert.ts')
-rw-r--r-- | std/node/assert.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/assert.ts b/std/node/assert.ts index ed402dd7f..7b144b690 100644 --- a/std/node/assert.ts +++ b/std/node/assert.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. export { AssertionError } from "./assertion_error.ts"; import { assertEquals as deepStrictEqual, |