Skip to content

Commit a6da35d

Browse files
committed
refactor: wip
1 parent d320e61 commit a6da35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/lib/profiler/profiler-node.int.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ describe('NodeJS Profiler Integration', () => {
254254
});
255255

256256
const filePath = profiler.filePath;
257-
expect(filePath).toContain('tmp/profiles');
257+
expect(filePath).toContainPath('tmp/profiles');
258258
expect(filePath).toMatch(/\.jsonl$/);
259259

260260
const pathParts = filePath.split(path.sep);

0 commit comments

Comments
 (0)