mobxjs / mobx-angular

The MobX connector for Angular.
MIT License
483 stars 59 forks source link

Replace Karma with Jest, run tests on CI (#87) #101

Closed kubk closed 4 years ago

kubk commented 4 years ago

Related issue: #87

kubk commented 4 years ago

Hi @adamkleingit What do you think about running Prettier across entire project? Currently tslint is complaining about double quotes, that's why I replaced them with single quotes. Can make a PR. Thank you.

adamkleingit commented 4 years ago

Yeah I'm all for it, thanks! We should use husky and lint-staged to ensure it runs on commit automatically. Here is an example from our company's boilerplate: https://bitbucket.org/500tech/react-redux-project-boilerplate/src/master/package.json