Run the tests from the `workspace` and the `monorepo` with a command like: ``` "test": "mocha 'packages/**/test/**/*.js'", ``` Try to get rid of all `test:show` scripts if possible and other infrastructure we might not need anymore.
Run the tests from the
workspaceand themonorepowith a command like:Try to get rid of all
test:showscripts if possible and other infrastructure we might not need anymore.