mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +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', process.env.USE_DB_AUTHENTICATION);
|
||||||
console.log('?', process.env.USE_DB_AUTHENTICATION === 'true');
|
console.log('?', process.env.USE_DB_AUTHENTICATION === 'true');
|
||||||
const useDbAuthentication = 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);
|
console.log('!useDbAuthentication', !useDbAuthentication);
|
||||||
|
|
||||||
expect(response.statusCode).toBe(200);
|
expect(response.statusCode).toBe(200);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user