UNPKG
internal-client
Version:
latest (0.0.1)
0.0.1
## Project setup ``` npm install ```
internal-client
/
tests
/
integration
/
support
/
utils.js
3 lines
(2 loc)
•
92 B
JavaScript
View Raw
1
2
3
// Returns the Vuex store.
export
const
getStore
= (
) => cy.
window
().
its
(
'__app__.$store'
);