bcgov / gwells

Groundwater Wells and Aquifers application for the Ministry of Environment
https://apps.nrs.gov.bc.ca/gwells/
Apache License 2.0
30 stars 36 forks source link

Update Test setup for Vue 3 #2285

Open fergmac opened 3 months ago

fergmac commented 3 months ago

Describe the task The test setup needs to be updated to comply with Vue 3 pattern. We need to use Vue 3's createStore instead of localUse.use(Vuex).

Purpose Resolve tests failing locally.

Acceptance Criteria

Additional context