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.
1 parent 3fd0763 commit 39b24e7Copy full SHA for 39b24e7
1 file changed
src/__tests__/reportingApi.spec.ts
@@ -73,7 +73,7 @@ jest.mock('@playwright/test', () => ({
73
74
describe('reportingApi', () => {
75
jest.spyOn(helpers, 'now').mockReturnValue(mockedDate);
76
-
+
77
test('addAttributes should call sendEventToReporter with params', () => {
78
const attrs = [
79
{
0 commit comments