Closed jinmayamashita closed 4 months ago
Latest commit: 3b0ba4fd2a70b10148d740291a1da63740d230da
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Pull Request Checklist
console.log()
)npm run test:cli
)npm run test:modules
)npm run e2e
)Description
In the existing tests, there was no check to verify if the output generated by running the CLI was correct, so I added it.
Context
Resolves #1255
Before
https://github.com/monstar-lab-oss/ml-frontend/blob/e589781c29263fa61f299fb6832096ccd909ddfc/packages/start-frontend/__tests__/cli.test.ts#L72-L98
After
https://github.com/monstar-lab-oss/ml-frontend/blob/6ebf40f432c8173d43fa9f0b6e873d8f3a4f9586/packages/start-frontend/__tests__/cli.test.ts#L108-L174