We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7f287 commit 92a94cfCopy full SHA for 92a94cf
packages/cache/test/fixtures/base-app/src/cacheable/25a.this.controller.ts
@@ -80,9 +80,7 @@ export class ThisController {
80
await sleep(this.svc.ttlValue * 1001)
81
82
const ret2a = await this.svc.ttl()
83
- console.log(5005)
84
- assert(! ret2a[ConfigKey.CacheMetaType])
85
- console.log(5006)
+ assert(! ret2a[ConfigKey.CacheMetaType], JSON.stringify(ret2a))
86
87
return 'OK'
88
}
0 commit comments