Skip to content

Commit 39b24e7

Browse files
committed
Fix linter errors
1 parent 3fd0763 commit 39b24e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/reportingApi.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jest.mock('@playwright/test', () => ({
7373

7474
describe('reportingApi', () => {
7575
jest.spyOn(helpers, 'now').mockReturnValue(mockedDate);
76-
76+
7777
test('addAttributes should call sendEventToReporter with params', () => {
7878
const attrs = [
7979
{

0 commit comments

Comments
 (0)