Skip to content

Commit

Permalink
refactor: remove comment and unecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Oct 3, 2024
1 parent b9f3939 commit 1b1a1f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/specs/store/modules/app.spec.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { createStore } from 'vuex'
import { describe, it, expect, beforeEach } from 'vitest'

import app from '@/store/modules/app'

// Create a new store instance using the provided module
const createVuexStore = () => {
return createStore({
state: app.state,
Expand Down

0 comments on commit 1b1a1f7

Please sign in to comment.