mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
test(): uncomment context id factory strategy revert
This commit is contained in:
@@ -70,7 +70,7 @@ describe('Durable providers', () => {
|
||||
});
|
||||
|
||||
after(async () => {
|
||||
//ContextIdFactory['strategy'] = undefined;
|
||||
ContextIdFactory['strategy'] = undefined;
|
||||
await app.close();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user