diff options
Diffstat (limited to 'log/test.ts')
-rw-r--r-- | log/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log/test.ts b/log/test.ts index 3d803cc0c..f9ab4222e 100644 --- a/log/test.ts +++ b/log/test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { assertEqual, test } from "../testing/mod.ts"; import * as log from "./mod.ts"; import { BaseHandler } from "./handlers.ts"; |