Feat/add gemini (#349)

This commit is contained in:
Drew Payment
2024-07-04 04:03:54 -04:00
committed by GitHub
parent a4b4e65011
commit c58e0c62a4
20 changed files with 9265 additions and 7174 deletions
+3
View File
@@ -1,5 +1,8 @@
import 'cli-testing-library/extend-expect'
import { configure } from 'cli-testing-library'
import { jest } from '@jest/globals';
global.jest = jest;
/**
* Adjusted the wait time for waitFor/findByText to 2000ms, because the default 1000ms makes the test results flaky