diff options
Diffstat (limited to 'http/test.ts')
| -rw-r--r-- | http/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http/test.ts b/http/test.ts index 938ea4458..7226ad40f 100644 --- a/http/test.ts +++ b/http/test.ts @@ -1,4 +1,5 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +import "./cookie_test.ts"; import "./server_test.ts"; import "./file_server_test.ts"; import "./racing_server_test.ts"; |
