Skip to content

Commit

Permalink
EPMRPP-90382 || fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AliakseiLiasnitski committed Apr 19, 2024
1 parent a92bbd1 commit ca34c71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/mock/mock.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const currentDate = new Date().valueOf();

class RPClient {
constructor(config) {
this.config = config;
Expand Down Expand Up @@ -44,7 +46,6 @@ const getDefaultConfig = () => ({
},
});

const currentDate = new Date().valueOf();
const RealDate = Date;

const MockedDate = (...attrs) =>
Expand Down

0 comments on commit ca34c71

Please sign in to comment.