Skip to content

Commit

Permalink
chore: update tests fixture naming convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreston321 committed Feb 6, 2023
1 parent a4d9123 commit b79d253
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/basic.test.ts → test/fixture.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import { describe, it, expect } from 'vitest'
import { setup, $fetch } from '@nuxt/test-utils'

await setup({
server: true,
rootDir: fileURLToPath(new URL('./fixtures/basic', import.meta.url))
})

describe('test suite', () => {
describe('basic fixture', () => {
it('renders (10) Swiper Slides', async () => {
const result = await $fetch('/')
for (let i = 0; i < 10; i++) {
Expand Down

0 comments on commit b79d253

Please sign in to comment.