]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commit
test: add example of using multiple stores
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 25 Nov 2019 15:02:33 +0000 (16:02 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 26 Nov 2019 20:00:07 +0000 (21:00 +0100)
commit87244f8002da74e28f43a601b042015babf7a4da
treecaf470e90c11aa64423aea68d070ccc497ad2853
parent28645ba78156c924c55f3b569eec733d22b8f60e
test: add example of using multiple stores
__tests__/pinia/stores/cart.ts [new file with mode: 0644]
__tests__/pinia/stores/combined.ts [new file with mode: 0644]
__tests__/pinia/stores/user.ts [new file with mode: 0644]