feat: solution for 'Повторный экзамен #2: Сравнительный обзор 3 сущностей (Tavily)'

This commit is contained in:
2026-07-01 13:23:40 +03:00
parent f1bd10bd09
commit c11f8de6a7
8 changed files with 299 additions and 164 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* Jest setup file.
*
* This file can be used to configure global test settings, such as
* mocking fetch or setting environment variables.
*/
process.env.TAVILY_API_KEY = 'test-api-key';