feat(lifecycle-component): enhance lifecycle management with unref support for timers and event listeners
fix(lifecycle-component): store actual event handler for proper cleanup chore(meta): update certificate dates in meta.json
This commit is contained in:
@ -249,4 +249,4 @@ tap.test('should not create timers when shutting down', async () => {
|
||||
expect(intervalFired).toBeFalse();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
Reference in New Issue
Block a user