Vuex_Fundamentals
Vuex_Fundamentals copied to clipboard
The repo for Vue Mastery's Intro to State Management course
I keep trying to mount the component for real world testing L2 start but I keep getting this error ```sh > [email protected] test:unit > vue-cli-service test:unit FAIL tests/unit/EventCard.spec.js EventCard ✕...
I cannot run the test suite due to: ``` FAIL tests/unit/EventCard.spec.js ● Test suite failed to run Test Suites: 1 failed, 1 total Tests: 0 total Snapshots: 0 total Time:...
Using these to show the diffs between lessons.
I was doing the Vue Mastery Real World Testing course and it seems like in this line you need this line: https://github.com/Code-Pop/Vuex_Fundamentals/blob/e7df97a74e096dc86f678a991da5d68ef8f00a6b/src/store/index.js#L41 to be `fetchEvent({ commit, state }, id) {`...
FAIL tests/unit/EventCard.spec.js EventCard × renders successfully (20ms) ● EventCard › renders successfully TypeError: 'set' on proxy: trap returned falsish for property 'hasOwnProperty' 9 | time: '11:00', 10 | } >...
Error: Network Error at event page while running in docker environment.