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

Configure jest unit tests #67

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Configure jest unit tests #67

merged 1 commit into from
Mar 15, 2024

Conversation

ygrishajev
Copy link
Contributor

No description provided.

@ygrishajev ygrishajev requested a review from a team March 15, 2024 11:45
"test:unit": "tap --ts tests/test_*.ts",
"test:unit-snapshot": "tap --ts --snapshot tests/test_*.ts"
"test:cov": "jest --selectProjects unit functional --coverage",
"test:unit": "tap --ts tests/test_*.ts && jest --selectProjects unit",
Copy link
Contributor

Choose a reason for hiding this comment

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

Were you planning on remove/replacing tap in an another iteration?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm thinking that these are at least some tests. Replicating them with jest would def take some time. So I decided it's better to leave them till we have more coverage with jest.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok we can keep it for now and refactor them to jest.

Base automatically changed from feature/cleanup to main March 15, 2024 14:29
@ygrishajev ygrishajev merged commit 6be28b8 into main Mar 15, 2024
1 check passed
@ygrishajev ygrishajev deleted the feature/tests branch March 15, 2024 16:56
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