Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(vitest): fix<empty line> logs when interleavingconsole.log/error#6644

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

hi-ogawa
Copy link
Contributor

@hi-ogawahi-ogawa commentedOct 5, 2024
edited
Loading

Description

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
  • Ideally, include a test that fails without this PR but passes with it.
  • Please, don't make changes topnpm-lock.yaml unless you introduce a new test example.

Tests

  • Run the tests withpnpm test:ci.

Documentation

  • If you introduce new functionality, document it. You can run documentation withpnpm run docs command.

Changesets

  • Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages withfeat:,fix:,perf:,docs:, orchore:.

AriPerkkio reacted with hooray emoji
@hi-ogawahi-ogawa marked this pull request as ready for reviewOctober 6, 2024 02:30
Copy link
Member

@AriPerkkioAriPerkkio 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, thanks! I did some manual testing with this and it seems to fix previously seen issues.

@AriPerkkioAriPerkkio merged commit9ece395 intovitest-dev:mainOct 6, 2024
17 checks passed
renovatebot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull requestOct 14, 2024
##### [v2.1.3](https://github.com/vitest-dev/vitest/releases/tag/v2.1.3)#####    🐞 Bug Fixes-   Fix error diff of `toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy`  -  by [@hi-ogawa](https://github.com/hi-ogawa) invitest-dev/vitest#6697 [<samp>(e0027)</samp>](vitest-dev/vitest@e002758c)-   **browser**:    -   Provide aria role intellisense  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6629 [<samp>(f36ea)</samp>](vitest-dev/vitest@f36eac77)    -   Not.toBeInTheDocument works with locators API  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6634 [<samp>(8bef5)</samp>](vitest-dev/vitest@8bef5d2b)    -   Use `/mockServiceWorker.js` instead of `/__vitest_msw__`  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6687 [<samp>(4b2ce)</samp>](vitest-dev/vitest@4b2ce07f)    -   Don't override the esbuild option in the browser mode  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6692 [<samp>(d131f)</samp>](vitest-dev/vitest@d131fd64)-   **expect**:    -   Preserve prototype in `toMatchObject` diff  -  by [@hi-ogawa](https://github.com/hi-ogawa) invitest-dev/vitest#6620 [<samp>(d289e)</samp>](vitest-dev/vitest@d289e7eb)-   **mocker**:    -   Specify correct spy dependency  -  by [@sheremet-va](https://github.com/sheremet-va) [<samp>(7e958)</samp>](vitest-dev/vitest@7e9584aa)-   **runner**:    -   Ensure sequential suite overrides sequence.concurrent  -  by [@dsyddall](https://github.com/dsyddall) and [@hi-ogawa](https://github.com/hi-ogawa) invitest-dev/vitest#6653 [<samp>(5e6de)</samp>](vitest-dev/vitest@5e6de274)-   **vitest**:    -   Deprecate UserConfig in favor of ViteUserConfig  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6626 [<samp>(496bd)</samp>](vitest-dev/vitest@496bd251)    -   Don't hang with maxConcurrency 0  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6627 [<samp>(946d8)</samp>](vitest-dev/vitest@946d8bb1)    -   Deprecate old task types and node-reliant types  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6632 [<samp>(00045)</samp>](vitest-dev/vitest@000459a9)    -   Fix `<empty line>` logs when interleaving `console.log/error`  -  by [@hi-ogawa](https://github.com/hi-ogawa) invitest-dev/vitest#6644 [<samp>(9ece3)</samp>](vitest-dev/vitest@9ece3952)    -   Show rollup error details as test error  -  by [@hi-ogawa](https://github.com/hi-ogawa) invitest-dev/vitest#6686 [<samp>(47dde)</samp>](vitest-dev/vitest@47dde76f)    -   Always inline setup files  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6689 [<samp>(19d64)</samp>](vitest-dev/vitest@19d64e20)    -   Use `fast-glob` instead of `tinyglobby` in Vitest  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6688 [<samp>(70baa)</samp>](vitest-dev/vitest@70baaaa9)-   **web-worker**:    -   Share mocker with main executor  -  by [@hi-ogawa](https://github.com/hi-ogawa) invitest-dev/vitest#6623 [<samp>(fe7b8)</samp>](vitest-dev/vitest@fe7b8aee)#####    🏎 Performance-   Reuse full name in reported tasks, update generator types  -  by [@sheremet-va](https://github.com/sheremet-va) invitest-dev/vitest#6666 [<samp>(7a0de)</samp>](vitest-dev/vitest@7a0de0a7)#####     [View changes on GitHub](vitest-dev/vitest@v2.1.2...v2.1.3)
@hi-ogawahi-ogawa deleted the fix-empty-line-stdout-error branchJanuary 6, 2025 04:17
spamshaker pushed a commit to spamshaker/vitest that referenced this pull requestJun 30, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@AriPerkkioAriPerkkioAriPerkkio approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

unexpected<empty line> logs when interleavingconsole.log andconsole.error
2 participants
@hi-ogawa@AriPerkkio

[8]ページ先頭

©2009-2025 Movatter.jp