No jest in default SPA
jkleiser opened this issue · 1 comments
jkleiser commented
When I create a new SPA now, by doing npx apprun --init --spa
, I get a project that has no jest testing. I believe that was standard earlier.
When I now do npm test
, I just get the "Error: no test specified" message (coded in the package.json file), which confused me a bit. I have now managed to put in the stuff needed for jest in my project.
yysun commented
npx apprun --init --spa --jest