3 lines
91 B
JavaScript
3 lines
91 B
JavaScript
// Returns the Vuex store.
|
|
export const getStore = () => cy.window().its('__app__.$store')
|