This commit is contained in:
rafaelsideguide
2024-06-06 17:51:28 -03:00
2 changed files with 11 additions and 1 deletions
@@ -5,7 +5,7 @@ import dotenv from 'dotenv';
dotenv.config();
const TEST_API_KEY = process.env.TEST_API_KEY;
const API_URL = process.env.API_URL;
const API_URL = "http://127.0.0.1:3002";
describe('FirecrawlApp E2E Tests', () => {
test.concurrent('should throw error for no API key', () => {