Bump lucide-react from 0.482.0 to 0.525.0 #566
Annotations
3 errors
Run Tests
No SLACK_WEBHOOK_URL provided
|
Run Tests
Process completed with exit code 1.
|
app/api/v1/airport/direct-connections/route.test.ts > GET function > should return a list of direct connections for a given airport:
app/api/v1/airport/direct-connections/route.test.ts#L31
AssertionError: expected [ 'ABQ', 'ACC', 'AMM', 'AMS', …(6) ] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- "DEL",
- "LHR",
- "EZE",
+ [
+ "ABQ",
+ "ACC",
+ "AMM",
+ "AMS",
+ "ANU",
+ "ARN",
"ATL",
- "CUN",
- "MEX",
- "LAX",
- "SAN",
- "SEA",
- "SFO",
+ "AUA",
+ "AUH",
+ "AUS",
]
❯ app/api/v1/airport/direct-connections/route.test.ts:31:25
|