-
Notifications
You must be signed in to change notification settings - Fork 1
Dev Testing
In "im pact", we have begun to work on improving reliability through automated testing. Therefore, any source codes pushed to the repository are automatically tested by CI (GitHub Actions).
However, the coverage of automated testing for the whole source code is still heavily insufficient. Please help us improve coverage.
When you developing, we recommend you to write and run the automated testing on your local.
Automated testing by Jest is available.
$ npm run test:server -- -- -- --watchAll
$ sudo docker-compose up -d
$ sudo docker-compose exec app npm run test:server -- -- -- --watchAll
(NOTE: -- passes the following arguments to npm of root -> lerna -> npm of server)
Automated testing by Karma + Jasmine is available. (This combination is experimental for now. It may be replaced to Jest in the future.)
#TODO
$ sudo docker-compose up -d
$ sudo docker-compose exec app npm run test:client
Please refer to Development of Actions or Development of Tweet Filters.
(C) arisu.cool 🍓 Project -- 橘ありす担当Pと皆さまによるOSSプロジェクト / OSS Project made by A Fan of Arisu Tachibana 🍓 and Everyone.