diff options
Diffstat (limited to 'js/copy_file_test.ts')
-rw-r--r-- | js/copy_file_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/copy_file_test.ts b/js/copy_file_test.ts index 05f0a6f71..807fbb9d0 100644 --- a/js/copy_file_test.ts +++ b/js/copy_file_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018 the Deno authors. All rights reserved. MIT license. import { testPerm, assert, assertEqual } from "./test_util.ts"; import * as deno from "deno"; |