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.
filename
release
1 parent 7341ff6 commit 3e4b5ddCopy full SHA for 3e4b5dd
packages/node-integration-tests/utils/index.ts
@@ -8,6 +8,8 @@ import { getPortPromise } from 'portfinder';
8
const keysToReplace = {
9
timestamp: expect.any(Number),
10
event_id: expect.any(String),
11
+ filename: expect.any(String),
12
+ release: expect.any(String),
13
};
14
15
const deepReplace = (obj: Record<string, any>, keyName: string, replacer: (from: any) => string): void => {
0 commit comments