diff options
Diffstat (limited to 'examples/test.ts')
-rw-r--r-- | examples/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/test.ts b/examples/test.ts index 58013c70b..79a90827a 100644 --- a/examples/test.ts +++ b/examples/test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { run } from "deno"; import { test, assertEqual } from "../testing/mod.ts"; |