yysun / apprun

AppRun is a JavaScript library for developing high-performance and reliable web applications using the elm inspired architecture, events and components.
https://apprun.js.org
MIT License
1.18k stars 57 forks source link

No jest in default SPA #107

Closed jkleiser closed 3 years ago

jkleiser commented 4 years ago

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 3 years ago

npx apprun --init --spa --jest