Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gosha212 committed Jan 21, 2024
1 parent 912c1ce commit 8dfbdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/test/e2e/utils/custom-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ const runSpec = (specFn) => specFn();

module.exports = {
it: _it,
describe: describe,
describe: _describe,
};

0 comments on commit 8dfbdf8

Please sign in to comment.