mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 20:06:02 +08:00
test: what about false false?
This commit is contained in:
parent
78edf13ec6
commit
85b824e122
@ -26,7 +26,7 @@ describe("E2E Tests for v1 API Routes", () => {
|
||||
console.log('process.env.USE_DB_AUTHENTICATION', process.env.USE_DB_AUTHENTICATION);
|
||||
console.log('?', process.env.USE_DB_AUTHENTICATION === 'true');
|
||||
const useDbAuthentication = process.env.USE_DB_AUTHENTICATION === 'true';
|
||||
console.log('useDbAuthentication', useDbAuthentication);
|
||||
console.log('!!useDbAuthentication', !!useDbAuthentication);
|
||||
console.log('!useDbAuthentication', !useDbAuthentication);
|
||||
|
||||
expect(response.statusCode).toBe(200);
|
||||
|
Loading…
x
Reference in New Issue
Block a user