You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
Newly created project with Aurelia CLI shows errors when running the app. Due to compile errors HMR fails to work and Cypress is not working properly.
Steps to reproduce
Create new custom app with the following settings (jest & cypress combination is critical): au new sample-app
webpack
http2
web
ts
maximum minification
sass
postcss typical
jest
cypress
vscode
navigation app examples
NPM and Yarn yield the same result.
au run
What is the expected behavior?
No errors
How to fix
add @types/mocha
add type reference in jest-pretest seems to work without
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
Language:
TypeScript
Loader/bundler:
Webpack
Current behavior:
Newly created project with Aurelia CLI shows errors when running the app. Due to compile errors HMR fails to work and Cypress is not working properly.
Steps to reproduce
Create new custom app with the following settings (jest & cypress combination is critical):
au new sample-app
NPM and Yarn yield the same result.
au run
No errors
How to fix
add type reference in jest-pretestseems to work withoutThe text was updated successfully, but these errors were encountered: