Vuex Mock Store Versions Save

✅Simple and straightforward Vuex Store mock for vue-test-utils

0.0.8

4 years ago
  • chore: regen lock (7a3ae97)
  • fix: add jest types as peerdep (5dfe87c)
  • docs: Typo (#10) (b7ead0e)
  • docs: typo (a561e65)
  • docs: improve modules doc (35130ce)

0.0.7

5 years ago
  • feat: add subscribeAction (c8c8c53)
  • fix: improve types, use indexOf for subscriptions (8f1ac9e)
  • feat: add store.subscribe (80e67e4)
  • docs(readme): update small description (938972e)

0.0.6

5 years ago
  • test: add mapper tests (29ee166)
  • refactor: split name and args (05c89ec)
  • fix: support nested actions and mutations (113ed22)
  • chore: refactor code (80ade7d)

v0.0.5

5 years ago
  • fix(types): fix types for _spy (9b3ee73)
  • docs(readme): mock return value of dispatch (d63f53c)

v0.0.4

5 years ago
  • fix(types): support no options (e2bcac2)

v0.0.3

5 years ago
  • fix(typings): correct import, default values state/getters (11c21fa)

v0.0.2

5 years ago
  • refactor: remove old code (3a47e40)
  • feat: add typings (5888736)
  • refactor: add more comments (1a09a10)
  • fix(errors): correctly display the error (6798a1c)
  • feat(spy): allow custom spy support (5a4e70e)

v0.0.1

5 years ago
  • feat(errors): throw with non-existant modules (a5b200f)
  • refactor: inilialize state and getters (985df1c)
  • feat: support nested state (a5b55c9)
  • feat: initial implementation (0594979)