stable

Clone or download

Read-only

Unit-test complicated getters and api

Part of story #10408 - have a burning parrot git repository list No functional changes expected. This just adds unit-tests. Change-Id: Ifb172cf01c8e98d5f03870903cab2c9d5074d40e

Modified Files

Name
A plugins/git/www/scripts/repositories/src/api/rest-querier.spec.js +99 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/app.spec.js +3 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/store/actions.js +3 −3 Go to diff View file
M plugins/git/www/scripts/repositories/src/store/actions.spec.js +54 −8 Go to diff View file
A plugins/git/www/scripts/repositories/src/store/getters.spec.js +317 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/store/index.js +1 −16 Go to diff View file
M plugins/git/www/scripts/repositories/src/store/mutations.spec.js +16 −0 Go to diff View file
A plugins/git/www/scripts/repositories/src/store/state.js +35 −0 Go to diff View file