mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Remove old, and not more useful, comments in test files.
This commit is contained in:
parent
b923c71fdc
commit
3fe936dace
@ -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', () => {
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user