mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-15 22:34:55 +08:00
Remove old, and not more useful, comments in test files.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user