mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:43:26 +00:00
Fix build
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { describe, it, expect } from "vitest";
|
||||
|
||||
describe('oof.ts', () => {
|
||||
it('should contain hello', () => {
|
||||
expect('hello').toContain('hello');
|
||||
|
@@ -1,3 +1,5 @@
|
||||
import fetch from 'node-fetch';
|
||||
|
||||
import { makeFullUrl } from '@/fetchers/common';
|
||||
import { Fetcher } from '@/fetchers/types';
|
||||
|
||||
|
Reference in New Issue
Block a user