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
npm info it worked if it ends with ok
npm verb cli [
npm verb cli '/usr/local/bin/node',
npm verb cli '/usr/local/bin/npm',
npm verb cli 'run',
npm verb cli 'test:unit',
npm verb cli '--verbose'
npm verb cli ]
npm info using [email protected]
npm info using [email protected]
npm verb run-script [ 'pretest:unit', 'test:unit', 'posttest:unit' ]
npm info lifecycle [email protected]~pretest:unit: [email protected]
npm info lifecycle [email protected]~test:unit: [email protected]
> [email protected] test:unit /Users/willbeh/work/vue/keywork
> vue-cli-service test:unit
The example.spec.ts is as default.. no change was made to any file after the project is created.
Any idea what is the cause? The project can serve and build without any issue. e2e test works with cypress. Just the unit test is not showing any results
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just created a new project using vue cli (typescript, babel, testing). No changes was done.
When I run 'npm run test:unit' it just show
No result is shown.
If I run --verbose
The example.spec.ts is as default.. no change was made to any file after the project is created.
Any idea what is the cause? The project can serve and build without any issue. e2e test works with cypress. Just the unit test is not showing any results
Beta Was this translation helpful? Give feedback.
All reactions