diff options
Diffstat (limited to 'test.ts')
-rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/usr/bin/env deno --allow-run --allow-net --allow-write +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import "colors/test.ts"; import "datetime/test.ts"; import "examples/test.ts"; |