diff options
Diffstat (limited to 'std/path/join_test.ts')
-rw-r--r-- | std/path/join_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/path/join_test.ts b/std/path/join_test.ts index b7311406f..032b88ad9 100644 --- a/std/path/join_test.ts +++ b/std/path/join_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { assertEquals } from "../testing/asserts.ts"; import * as path from "./mod.ts"; |