Skip to content

Commit

Permalink
test(lint): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 27, 2024
1 parent f57f41b commit de20646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playgrounds/playground/src/fetch.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { afterEach, beforeEach, describe, expect, it } from 'vitest'
import type { MoquerieInstance } from 'moquerie'
import { createTestInstance, startServer, useSnapshot } from 'moquerie'
import { createTestInstance, startServer } from 'moquerie'

describe('fetch', () => {
let mq: MoquerieInstance
Expand Down

0 comments on commit de20646

Please sign in to comment.