Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Oct 26, 2024
1 parent fbfbb2c commit f607750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/component.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { mount } from '@vue/test-utils'
import { describe, expect, it } from 'vitest'
import TheCounter from '../src/components/TheCounter.vue'
import TheCounter from '../frontend/components/TheCounter.vue'

describe('component TheCounter.vue', () => {
it('should render', () => {
Expand Down

0 comments on commit f607750

Please sign in to comment.