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

First JEST unit test suits #111

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

First JEST unit test suits #111

wants to merge 2 commits into from

Conversation

tangy5
Copy link
Collaborator

@tangy5 tangy5 commented Apr 16, 2024

Add Javascript JEST test pipelines.

  1. JEST jsdom environment setup for unit test workflows.
  2. add mock test suits for monai service clients.
  3. add basic panel function and UI unit tests.
  4. add inference client mock server test suits.
  5. add inference initial unit tests.

yuchengt added 2 commits April 16, 2024 15:44
Signed-off-by: yuchengt <[email protected]>
Signed-off-by: yuchengt <[email protected]>
@@ -0,0 +1,3 @@
module.exports = {
testEnvironment: 'jest-environment-jsdom'
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

missing new line

@@ -0,0 +1,3 @@
module.exports = {
testEnvironment: 'jest-environment-jsdom'
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

missing new line

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.

2 participants