Bug 1931053 - remove unecessary ESLint comments from test files. r=media-playback-reviewers,padenot

Differential Revision: https://phabricator.services.mozilla.com/D228904
This commit is contained in:
alwu 2024-11-20 18:30:03 +00:00
parent e0699e6576
commit ac888f50ae
2 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,5 @@
"use strict";
// Disabling undef warning because in `run()` we use functions from head.js
/* eslint-disable no-undef */
/**
* This test is used to ensure that Glean probe 'first_frame_loaded' can be
* recorded correctly in different situations.

View File

@ -1,8 +1,5 @@
"use strict";
// Disabling undef warning because in `run()` we use functions from head.js
/* eslint-disable no-undef */
/**
* This test is used to ensure that Glean probe 'first_frame_loaded' can be
* recorded correctly in different situations.