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

Transform webdeployment-common tests into real test suites #232

Merged
merged 17 commits into from
Oct 20, 2023

Conversation

onetocny
Copy link
Contributor

@onetocny onetocny commented Oct 18, 2023

Until now tests from webdeployment-common were not run during package build process. Instead of that pipeline tasks that are using this package were running JavaScript files from webdeployment-common\Tests folder. Also there were missing real test suites (describe) with particular tests (it). This PR introduces new L0.ts file that contains calls to all existing tests. All tests were wrapped into test suites and additional fixes were applied where it was necessary.

@onetocny onetocny changed the title Users/onetocny/webdeploy test refactor Transform webdeployment-common tests into real test suites Oct 19, 2023
@onetocny onetocny marked this pull request as ready for review October 19, 2023 11:36
Copy link

@ViktorHavrysh ViktorHavrysh left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@LeftTwixWand LeftTwixWand left a comment

Choose a reason for hiding this comment

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

Looks good👍👍

onetocny and others added 2 commits October 19, 2023 16:58
@onetocny onetocny merged commit 578fc19 into main Oct 20, 2023
5 checks passed
@onetocny onetocny deleted the users/onetocny/webdeploy_test_refactor branch October 20, 2023 07:12
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.

4 participants