Skip to content

Instantly share code, notes, and snippets.

@novakDev
Created April 9, 2020 19:14
const localStore = {
example: {
bikeOptions: {
brands: [],
colors: [],
types: []
},
selectedBike: {
brand: '',
type: '',
color: ''
}
}
};
store = getTestStore(localStore);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment