Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Mar 7, 2022
1 parent cd99b93 commit a7c1bcf
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,14 @@ function createStore(store) {
Store,
{
modules: {
config: {
getters: {
configuration: () => ({
server: 'https://example.com',
options: {}
})
}
},
user: {
state: {
id: 'alice',
Expand Down

0 comments on commit a7c1bcf

Please sign in to comment.