We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed02d5 commit a8ba2a6Copy full SHA for a8ba2a6
1 file changed
packages/utils/src/lib/profiler/profiler.int.test.ts
@@ -463,8 +463,4 @@ describe('NodeJS Profiler Integration', () => {
463
expect(finalStats.isSubscribed).toBe(false);
464
expect(finalStats.queued).toBe(0);
465
});
466
-
467
- it('should write to file on flush', () => {
468
- expect(true).toBe(true);
469
- });
470
0 commit comments