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
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Refactoring the behaviour how to start the backend process. Instead of
node's rather unreliable `spawn` let's use shell commands in package.json.
Also take `yarn run eslint` out of `yarn run test` and run it separately
on travis. If possible, try to separate scripts on Travis for
error friendliness. Only for coverage we need to combine the `yarn run
cucumber` and `yarn run mocha` in one script `test`.
0 commit comments