Merge branch 'main' of https://github.com/mendableai/firecrawl
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user