From e02a3fa4da1d2a04a8f319a4d5c0adb3706b00a6 Mon Sep 17 00:00:00 2001 From: rsouza Date: Mon, 11 Dec 2017 18:05:29 -0300 Subject: [PATCH] Rename to hapi-tests.ts file. --- types/hapi/v17/index.d.ts | 2 +- types/hapi/v17/test/{index.test.d.ts => hapi-tests.ts} | 0 types/hapi/v17/tsconfig.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename types/hapi/v17/test/{index.test.d.ts => hapi-tests.ts} (100%) diff --git a/types/hapi/v17/index.d.ts b/types/hapi/v17/index.d.ts index 831fcb00e7..5b941c2b2c 100644 --- a/types/hapi/v17/index.d.ts +++ b/types/hapi/v17/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for hapi 17.0 // Project: https://github.com/hapijs/hapi -// Definitions by: Marc Borntraeger +// Definitions by: Marc Bornträger // Rafael Souza Fijalkowski // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/hapi/v17/test/index.test.d.ts b/types/hapi/v17/test/hapi-tests.ts similarity index 100% rename from types/hapi/v17/test/index.test.d.ts rename to types/hapi/v17/test/hapi-tests.ts diff --git a/types/hapi/v17/tsconfig.json b/types/hapi/v17/tsconfig.json index 8ce2562c61..51b2d076a0 100644 --- a/types/hapi/v17/tsconfig.json +++ b/types/hapi/v17/tsconfig.json @@ -23,6 +23,6 @@ }, "files": [ "index.d.ts", - "test/index.test.d.ts" + "test/hapi-tests.ts" ] }