Skip to content

Commit

Permalink
Remove old, and not more useful, comments in test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsouzaf committed Dec 17, 2017
1 parent b923c71 commit 3fe936d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions types/hapi/test/server/server-cache-provision.ts
Expand Up @@ -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', () => {
Expand Down
2 changes: 1 addition & 1 deletion types/hapi/test/server/server-inject.ts
Expand Up @@ -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);

0 comments on commit 3fe936d

Please sign in to comment.