chore(@astrojs/node): use Node.js for testing#9758
Conversation
|
|
Would love to see if there's any differences in speed! |
|
This PR
|
|
I am closing this for now because the regressions are concerning. Node.js runs tests in parallel, spawning a process for each test. While this decision is understandable, there should be a way to allow to run tests in one single process. I opened a feature request here: nodejs/node#51548 |
bluwy
left a comment
There was a problem hiding this comment.
LGTM after fixing the conflicts and the small nit below.
* Run tests in a single process * Make test less flaky
4008e33 to
7e0544b
Compare
7e0544b to
bf5669a
Compare
* chore(@astrojs/node): use Node.js for testing * revert file * address feedback * feedback * Run tests in a single process (#9823) * Run tests in a single process * Make test less flaky * chore: remove module --------- Co-authored-by: Bjorn Lu <[email protected]>
* chore(@astrojs/node): use Node.js for testing * revert file * address feedback * feedback * Run tests in a single process (#9823) * Run tests in a single process * Make test less flaky * chore: remove module --------- Co-authored-by: Bjorn Lu <[email protected]>
Changes
This PR moves
@astrojs/nodeto use Node.js for testingTesting
Tests should pass
Docs
N/A