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

test(testImageLabelOutline): add slicing mode test #9

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PaulHax
Copy link
Owner

@PaulHax PaulHax commented Oct 1, 2024

Context

the issue
Kitware#3135

Kitware#2966
Kitware#3013

Results

Changes

  • Documentation and TypeScript definitions were updated to match those changes

PR and Code Checklist

  • semantic-release commit messages
  • Run npm run reformat to have correctly formatted code

Testing

  • This change adds or fixes unit tests
  • Tested environment:
    • vtk.js:
    • OS:
    • Browser:

@@ -13,7 +14,7 @@ import vtkPiecewiseFunction from 'vtk.js/Sources/Common/DataModel/PiecewiseFunct

import baseline from './testImageLabelOutline.png';

test('Test ImageMapper', (t) => {
test.only('Test ImageMapper', (t) => {
Copy link

Choose a reason for hiding this comment

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

to remove

Copy link
Owner Author

Choose a reason for hiding this comment

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

🤣👍️

@PaulHax PaulHax marked this pull request as draft October 1, 2024 19:24
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