mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Move FetchUtil to util folder.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import fetch from '@rdfjs/fetch';
|
||||
import type { DatasetResponse } from '@rdfjs/fetch-lite';
|
||||
import type { Dataset } from 'rdf-js';
|
||||
import { fetchDataset } from '../../../../src/identity/util/FetchUtil';
|
||||
import { fetchDataset } from '../../../src/util/FetchUtil';
|
||||
|
||||
jest.mock('@rdfjs/fetch');
|
||||
|
||||
Reference in New Issue
Block a user