From 49a98e044371c8d491cf0e451a8b61898ace2f77 Mon Sep 17 00:00:00 2001 From: "Cao, Jiannan" Date: Tue, 12 Jul 2016 00:02:46 +0800 Subject: [PATCH] add comment line --- http-errors/http-errors-tests.d.ts | 1 + http-errors/http-errors-tests.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/http-errors/http-errors-tests.d.ts b/http-errors/http-errors-tests.d.ts index f6fad5ac4e..9005c7ef41 100644 --- a/http-errors/http-errors-tests.d.ts +++ b/http-errors/http-errors-tests.d.ts @@ -1,3 +1,4 @@ +// Type definitions for http-errors-tests.ts declare namespace Express { export interface Request { user?: any diff --git a/http-errors/http-errors-tests.ts b/http-errors/http-errors-tests.ts index e5e0c97567..f8e0ea9b8c 100644 --- a/http-errors/http-errors-tests.ts +++ b/http-errors/http-errors-tests.ts @@ -1,6 +1,6 @@ /// /// -/// +/// import * as createError from 'http-errors'; import * as express from 'express';