Skip to content

feat: Added test:debug script#1628

Merged
bmingles merged 4 commits intodeephaven:mainfrom
bmingles:1627-jest-debug
Nov 7, 2023
Merged

feat: Added test:debug script#1628
bmingles merged 4 commits intodeephaven:mainfrom
bmingles:1627-jest-debug

Conversation

@bmingles
Copy link
Copy Markdown
Contributor

@bmingles bmingles commented Nov 6, 2023

Added a test:debug npm script.

resolves #1627

@bmingles bmingles requested a review from mattrunyon November 6, 2023 22:00
Copy link
Copy Markdown
Collaborator

@mattrunyon mattrunyon left a comment

Choose a reason for hiding this comment

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

Nice. I think the version I had for debugging before didn't work in watch mode, so nice to have it (as well as have it documented)

Comment thread README.md Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (61d1a53) 46.71% compared to head (e93e928) 46.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1628   +/-   ##
=======================================
  Coverage   46.71%   46.71%           
=======================================
  Files         583      583           
  Lines       36308    36308           
  Branches     9094     9094           
=======================================
  Hits        16961    16961           
  Misses      19295    19295           
  Partials       52       52           
Flag Coverage Δ
unit 46.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bmingles bmingles requested a review from mattrunyon November 6, 2023 23:32
Copy link
Copy Markdown
Collaborator

@mattrunyon mattrunyon left a comment

Choose a reason for hiding this comment

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

Debug w/ input for file is sweet. Just a few small things

Comment thread package.json Outdated
Comment thread .vscode/settings.json
@bmingles bmingles requested a review from mattrunyon November 7, 2023 00:09
Copy link
Copy Markdown
Collaborator

@mattrunyon mattrunyon left a comment

Choose a reason for hiding this comment

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

Wait 1 more suggestion. Only run unit tests, not all tests. Add --config jest.config.unit.cjs to the command in both spots

@bmingles bmingles requested a review from mattrunyon November 7, 2023 00:24
@bmingles bmingles merged commit 80f29f5 into deephaven:main Nov 7, 2023
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jest - Debugging Script

2 participants