diff --git a/types/hapi/test/server/server-cache-provision.ts b/types/hapi/test/server/server-cache-provision.ts index ce733403f3..19938b4212 100644 --- a/types/hapi/test/server/server-cache-provision.ts +++ b/types/hapi/test/server/server-cache-provision.ts @@ -12,8 +12,6 @@ const cache:catbox.Policy = server.cache({segment: 'countries', cache: 'countrie cache.set('norway', 'oslo', 10 * 1000, null); const value = cache.get('norway', null); -// TODO Not working. It needs review. - server.start(); server.events.on('start', () => { diff --git a/types/hapi/test/server/server-inject.ts b/types/hapi/test/server/server-inject.ts index 4d50f766e0..1f55f803b9 100644 --- a/types/hapi/test/server/server-inject.ts +++ b/types/hapi/test/server/server-inject.ts @@ -16,5 +16,5 @@ server.route(serverRoute); server.start(); const res = server.inject('/'); -console.log(res.result); // 'Success!' // TODO It's not working +console.log(res.result);