Remove old, and not more useful, comments in test files.

This commit is contained in:
rafaelsouzaf 2017-12-16 22:32:23 -03:00
parent b923c71fdc
commit 3fe936dace
2 changed files with 1 additions and 3 deletions

View File

@ -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', () => {

View File

@ -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);