Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Ramsons OKAPI Thunderjet tests #4682

Merged
merged 2 commits into from
Feb 5, 2025
Merged

Fix Ramsons OKAPI Thunderjet tests #4682

merged 2 commits into from
Feb 5, 2025

Conversation

IhorBohdan
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Feb 3, 2025

Jest Unit Test Statistics

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ±0 

Results for commit 9eab97d. ± Comparison against base commit deecdf0.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 3, 2025

BigTest Unit Test Statistics

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ±0 

Results for commit 9eab97d. ± Comparison against base commit deecdf0.

♻️ This comment has been updated with latest results.

day = lastMonth.getDate() + day;
}
currentDate.setDate(currentDate.getDate() - 1);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, pay attention to the linter issues

const day = currentDate.getDate();
const month = currentDate.getMonth() + 1;
const year = currentDate.getFullYear();

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, pay attention to the linter issues

@IhorBohdan IhorBohdan merged commit 68c538c into ramsons Feb 5, 2025
4 of 5 checks passed
@IhorBohdan IhorBohdan deleted the FAT-18250 branch February 5, 2025 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants