Skip to content

Commit

Permalink
Update inputLogger.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leesamuel423 authored May 15, 2023
1 parent 5158cdd commit 64d3a1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __tests__/client/utils/inputLogger.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @jest-environment jsdom
*/

const { getRelativeXPath, inputEventListener } = require('../../../client/utils/inputLogger');

// Test suite for getRelativeXPath function
Expand Down

0 comments on commit 64d3a1e

Please sign in to comment.