Browse Source

fix unit tests

Olivier Massot 2 năm trước cách đây
mục cha
commit
d02ca2f46f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      tests/units/services/data/apiRequestService.test.ts

+ 0 - 1
tests/units/services/data/apiRequestService.test.ts

@@ -1,6 +1,5 @@
 import {describe, expect, test, beforeEach} from 'vitest'
 import ApiRequestService from "~/services/data/apiRequestService";
-import {$Fetch, FetchOptions} from "ohmyfetch";
 import {HTTP_METHOD} from "~/types/enum/data";
 import type {AssociativeArray} from "~/types/data";