chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
22 stars 13 forks source link

Bug with test on Windows #851

Open samuel-duhaime opened 7 months ago

samuel-duhaime commented 7 months ago

Bug with test on Windows

Explanation

I had a problems encountered during testing on Windows, specifically with the server.config.noenv.test.ts file. It appears that Windows handles paths differently then Linux, causing test failures.

How to reproduce

1- Run the command: 'yarn test' in Windows Powershell.

Screenshoot

image