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" ] }