moleculerjs / moleculer-cli

:herb: Command line tool for Moleculer
http://moleculer.services/docs/moleculer-cli.html
MIT License
48 stars 28 forks source link

Feature/test-create #42

Closed devalexandre closed 3 years ago

devalexandre commented 3 years ago

test implementation proposal.

npx jest test/**/*.spec.js --detectOpenHandles --forceExit

icebob commented 3 years ago

The npm test doesn't work.

image