Rename to hapi-tests.ts file.

This commit is contained in:
rsouza
2017-12-11 18:05:29 -03:00
parent 4162d09347
commit e02a3fa4da
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
// Type definitions for hapi 17.0
// Project: https://github.com/hapijs/hapi
// Definitions by: Marc Borntraeger <https://github.com/BorntraegerMarc>
// Definitions by: Marc Bornträger <https://github.com/BorntraegerMarc>
// Rafael Souza Fijalkowski <https://github.com/rafaelsouzaf>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@@ -23,6 +23,6 @@
},
"files": [
"index.d.ts",
"test/index.test.d.ts"
"test/hapi-tests.ts"
]
}