Skip to content

Commit

Permalink
remove a comment that was left be mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Jan 3, 2024
1 parent ca1a402 commit 992d5bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/web3-utils/test/integration/event_emitter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ You should have received a copy of the GNU Lesser General Public License
along with web3.js. If not, see <http://www.gnu.org/licenses/>.
*/

// this file contains the unit test for the event emitter in the DOM environment
// it is executed in the jsdom environment (see "@jest-environment jsdom" in the top comment of this file)

// ignore the following rule to allow keeping `@jest-environment jsdom` on top:
// eslint-disable-next-line header/header
import { EventEmitter } from '../../src/event_emitter';

describe('EventEmitter in the browser with Cypress', () => {
Expand Down

0 comments on commit 992d5bf

Please sign in to comment.