monstar-lab-oss / ml-frontend

A monorepo created to provide a starter kit for front-end projects at Monstar Lab, Inc.
https://www.npmjs.com/package/start-frontend
Mozilla Public License 2.0
14 stars 1 forks source link

Enhance test case Q1 #1184

Open G-N555 opened 7 months ago

G-N555 commented 7 months ago

Is your feature request related to a problem? Please describe.

So far we tests for cli command, but there are some tests missing to make sure whether boiler plate is properly generated. https://github.com/monstar-lab-oss/ml-frontend/blob/main/packages/start-frontend/__tests__/cli.test.ts

e.g.

Describe the solution you'd like

We should create another tests that check if boiler plate is properly generated and contains certain directories and files inside.

ptrkdan commented 7 months ago

Depending on the outcome of #1190 , the current structure may significantly change, so it may be futile to work on the test cases right now. It may be best to postpone this until we have decided on code structure.

jinmayamashita commented 3 months ago

It seems that resolving the issue with #1255 should work for now.