Skip to content

Conversation

@erickzhao
Copy link
Member

#4101 but for next

@erickzhao erickzhao requested a review from a team as a code owner December 18, 2025 00:09
).toEqual(true);
expect(fs.existsSync(path.join(dir, 'forge.config.js'))).toEqual(true);

// init should create a `private: true` npm package
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be a separate it('should create a "private: true" npm package')?

Copy link
Member Author

Choose a reason for hiding this comment

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

I refactored the tests a bit this week to make api.init part of the test instead of hiding it in a beforeEach() helper. I think this makes the Vitest output less descriptive but makes understanding the test flow easier.

@erickzhao erickzhao merged commit cdf90fc into next Dec 18, 2025
12 checks passed
@erickzhao erickzhao deleted the template/private-true-next branch December 18, 2025 01:47
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.

4 participants