upgrading dependencies / FredyRuntime >> FredyPipeline

This commit is contained in:
orangecoding
2025-10-12 16:43:56 +02:00
parent a1cb57318e
commit 0436c7f7d7
7 changed files with 49 additions and 49 deletions

View File

@@ -6,7 +6,7 @@ import { send } from './mocks/mockNotification.js';
export const providerConfig = JSON.parse(await readFile(new URL('./provider/testProvider.json', import.meta.url)));
export const mockFredy = async () => {
return await esmock('../lib/FredyRuntime', {
return await esmock('../lib/FredyPipeline', {
'../lib/services/storage/listingsStorage.js': {
...mockStore,
},