diff options
Diffstat (limited to 'colors/test.ts')
-rw-r--r-- | colors/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/test.ts b/colors/test.ts index f12f0cbb1..bdce35523 100644 --- a/colors/test.ts +++ b/colors/test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { assert, test } from "../testing/mod.ts"; import { red, bgBlue, setEnabled, getEnabled } from "./mod.ts"; import "./example.ts"; |